CommonSecurityDescriptorとは? わかりやすく解説

CommonSecurityDescriptor クラス

メモ : このクラスは、.NET Framework version 2.0新しく追加されたものです。

セキュリティ記述子表しますセキュリティ記述子には、所有者プライマリ グループ随意アクセス制御リスト (DACL: Discretionary Access Control List)、システム アクセス制御リスト (SACL: System Access Control List) が含まれます。

名前空間: System.Security.AccessControl
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Public NotInheritable Class
 CommonSecurityDescriptor
    Inherits GenericSecurityDescriptor
Dim instance As CommonSecurityDescriptor
public sealed class CommonSecurityDescriptor
 : GenericSecurityDescriptor
public ref class CommonSecurityDescriptor sealed
 : public GenericSecurityDescriptor
public final class CommonSecurityDescriptor
 extends GenericSecurityDescriptor
public final class CommonSecurityDescriptor
 extends GenericSecurityDescriptor
継承階層継承階層
System.Object
   System.Security.AccessControl.GenericSecurityDescriptor
    System.Security.AccessControl.CommonSecurityDescriptor
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CommonSecurityDescriptor メンバ
System.Security.AccessControl 名前空間

CommonSecurityDescriptor コンストラクタ (Boolean, Boolean, String)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

指定した SDDL (Security Descriptor Definition Language) 文字列から CommonSecurityDescriptor クラス新しインスタンス初期化します。

名前空間: System.Security.AccessControl
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Public Sub New ( _
    isContainer As Boolean, _
    isDS As Boolean, _
    sddlForm As String _
)
Dim isContainer As Boolean
Dim isDS As Boolean
Dim sddlForm As String

Dim instance As New CommonSecurityDescriptor(isContainer,
 isDS, sddlForm)
public CommonSecurityDescriptor (
    bool isContainer,
    bool isDS,
    string sddlForm
)
public:
CommonSecurityDescriptor (
    bool isContainer, 
    bool isDS, 
    String^ sddlForm
)
public CommonSecurityDescriptor (
    boolean isContainer, 
    boolean isDS, 
    String sddlForm
)
public function CommonSecurityDescriptor (
    isContainer : boolean, 
    isDS : boolean, 
    sddlForm : String
)

パラメータ

isContainer

新しセキュリティ記述子コンテナ オブジェクト関連付けられている場合true

isDS

新しセキュリティ記述子ディレクトリ オブジェクト関連付けられている場合true

sddlForm

新しい CommonSecurityDescriptor オブジェクトの作成元の SDDL 文字列

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CommonSecurityDescriptor クラス
CommonSecurityDescriptor メンバ
System.Security.AccessControl 名前空間

CommonSecurityDescriptor コンストラクタ (Boolean, Boolean, RawSecurityDescriptor)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

指定した RawSecurityDescriptor オブジェクトから CommonSecurityDescriptor クラス新しインスタンス初期化します。

名前空間: System.Security.AccessControl
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Public Sub New ( _
    isContainer As Boolean, _
    isDS As Boolean, _
    rawSecurityDescriptor As RawSecurityDescriptor _
)
Dim isContainer As Boolean
Dim isDS As Boolean
Dim rawSecurityDescriptor As RawSecurityDescriptor

Dim instance As New CommonSecurityDescriptor(isContainer,
 isDS, rawSecurityDescriptor)
public CommonSecurityDescriptor (
    bool isContainer,
    bool isDS,
    RawSecurityDescriptor rawSecurityDescriptor
)
public:
CommonSecurityDescriptor (
    bool isContainer, 
    bool isDS, 
    RawSecurityDescriptor^ rawSecurityDescriptor
)
public CommonSecurityDescriptor (
    boolean isContainer, 
    boolean isDS, 
    RawSecurityDescriptor rawSecurityDescriptor
)
public function CommonSecurityDescriptor (
    isContainer : boolean, 
    isDS : boolean, 
    rawSecurityDescriptor : RawSecurityDescriptor
)

パラメータ

isContainer

新しセキュリティ記述子コンテナ オブジェクト関連付けられている場合true

isDS

新しセキュリティ記述子ディレクトリ オブジェクト関連付けられている場合true

rawSecurityDescriptor

新しい CommonSecurityDescriptor オブジェクトの作成元の RawSecurityDescriptor オブジェクト

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CommonSecurityDescriptor クラス
CommonSecurityDescriptor メンバ
System.Security.AccessControl 名前空間

CommonSecurityDescriptor コンストラクタ (Boolean, Boolean, Byte[], Int32)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

指定したバイト値の配列から CommonSecurityDescriptor クラス新しインスタンス初期化します。

名前空間: System.Security.AccessControl
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Public Sub New ( _
    isContainer As Boolean, _
    isDS As Boolean, _
    binaryForm As Byte(), _
    offset As Integer _
)
Dim isContainer As Boolean
Dim isDS As Boolean
Dim binaryForm As Byte()
Dim offset As Integer

Dim instance As New CommonSecurityDescriptor(isContainer,
 isDS, binaryForm, offset)
public CommonSecurityDescriptor (
    bool isContainer,
    bool isDS,
    byte[] binaryForm,
    int offset
)
public:
CommonSecurityDescriptor (
    bool isContainer, 
    bool isDS, 
    array<unsigned char>^ binaryForm, 
    int offset
)
public CommonSecurityDescriptor (
    boolean isContainer, 
    boolean isDS, 
    byte[] binaryForm, 
    int offset
)
public function CommonSecurityDescriptor (
    isContainer : boolean, 
    isDS : boolean, 
    binaryForm : byte[], 
    offset : int
)

パラメータ

isContainer

新しセキュリティ記述子コンテナ オブジェクト関連付けられている場合true

isDS

新しセキュリティ記述子ディレクトリ オブジェクト関連付けられている場合true

binaryForm

新しい CommonSecurityDescriptor オブジェクトの作成元となるバイト値の配列

offset

コピー開始位置を示す binaryForm 配列内のオフセット

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CommonSecurityDescriptor クラス
CommonSecurityDescriptor メンバ
System.Security.AccessControl 名前空間

CommonSecurityDescriptor コンストラクタ (Boolean, Boolean, ControlFlags, SecurityIdentifier, SecurityIdentifier, SystemAcl, DiscretionaryAcl)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

指定した情報CommonSecurityDescriptor クラス新しインスタンス初期化します。

名前空間: System.Security.AccessControl
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Public Sub New ( _
    isContainer As Boolean, _
    isDS As Boolean, _
    flags As ControlFlags, _
    owner As SecurityIdentifier, _
    group As SecurityIdentifier, _
    systemAcl As SystemAcl, _
    discretionaryAcl As DiscretionaryAcl _
)
Dim isContainer As Boolean
Dim isDS As Boolean
Dim flags As ControlFlags
Dim owner As SecurityIdentifier
Dim group As SecurityIdentifier
Dim systemAcl As SystemAcl
Dim discretionaryAcl As DiscretionaryAcl

Dim instance As New CommonSecurityDescriptor(isContainer,
 isDS, flags, owner, group, systemAcl, discretionaryAcl)
public CommonSecurityDescriptor (
    bool isContainer,
    bool isDS,
    ControlFlags flags,
    SecurityIdentifier owner,
    SecurityIdentifier group,
    SystemAcl systemAcl,
    DiscretionaryAcl discretionaryAcl
)
public:
CommonSecurityDescriptor (
    bool isContainer, 
    bool isDS, 
    ControlFlags flags, 
    SecurityIdentifier^ owner, 
    SecurityIdentifier^ group, 
    SystemAcl^ systemAcl, 
    DiscretionaryAcl^ discretionaryAcl
)
public CommonSecurityDescriptor (
    boolean isContainer, 
    boolean isDS, 
    ControlFlags flags, 
    SecurityIdentifier owner, 
    SecurityIdentifier group, 
    SystemAcl systemAcl, 
    DiscretionaryAcl discretionaryAcl
)
public function CommonSecurityDescriptor (
    isContainer : boolean, 
    isDS : boolean, 
    flags : ControlFlags, 
    owner : SecurityIdentifier, 
    group : SecurityIdentifier, 
    systemAcl : SystemAcl, 
    discretionaryAcl : DiscretionaryAcl
)

パラメータ

isContainer

新しセキュリティ記述子コンテナ オブジェクト関連付けられている場合true

isDS

新しセキュリティ記述子ディレクトリ オブジェクト関連付けられている場合true

flags

新しい CommonSecurityDescriptor オブジェクト動作指定するフラグ

owner

新しCommonSecurityDescriptor オブジェクト所有者

group

新しCommonSecurityDescriptor オブジェクトプライマリ グループ

systemAcl

新しCommonSecurityDescriptor オブジェクトシステム アクセス制御リスト (SACL: System Access Control List)。

discretionaryAcl

新しCommonSecurityDescriptor オブジェクト随意アクセス制御リスト (DACL: Discretionary Access Control List)。

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CommonSecurityDescriptor クラス
CommonSecurityDescriptor メンバ
System.Security.AccessControl 名前空間

CommonSecurityDescriptor コンストラクタ

CommonSecurityDescriptor クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

名前 説明
CommonSecurityDescriptor (Boolean, Boolean, RawSecurityDescriptor) 指定した RawSecurityDescriptor オブジェクトから CommonSecurityDescriptor クラス新しインスタンス初期化します。
CommonSecurityDescriptor (Boolean, Boolean, String) 指定した SDDL (Security Descriptor Definition Language) 文字列から CommonSecurityDescriptor クラス新しインスタンス初期化します。
CommonSecurityDescriptor (Boolean, Boolean, Byte[], Int32) 指定したバイト値の配列から CommonSecurityDescriptor クラス新しインスタンス初期化します。
CommonSecurityDescriptor (Boolean, Boolean, ControlFlags, SecurityIdentifier, SecurityIdentifier, SystemAcl, DiscretionaryAcl) 指定した情報CommonSecurityDescriptor クラス新しインスタンス初期化します。
参照参照

関連項目

CommonSecurityDescriptor クラス
CommonSecurityDescriptor メンバ
System.Security.AccessControl 名前空間

CommonSecurityDescriptor プロパティ


パブリック プロパティパブリック プロパティ

  名前 説明
パブリック プロパティ BinaryLength  現在の GenericSecurityDescriptor オブジェクトバイナリ表現長さ (バイト単位) を取得します。GetBinaryForm メソッドACLバイナリ配列マーシャリングする前に、この長さ使用する必要があります。 ( GenericSecurityDescriptor から継承されます。)
パブリック プロパティ ControlFlags オーバーライドされます。 CommonSecurityDescriptor オブジェクト動作指定する値を取得します
パブリック プロパティ DiscretionaryAcl この CommonSecurityDescriptor オブジェクト随意アクセス制御リスト (DACL) を取得または設定します。DACL にはアクセス規則格納されます。
パブリック プロパティ Group オーバーライドされます。 この CommonSecurityDescriptor オブジェクトプライマリ グループ取得または設定します
パブリック プロパティ IsContainer この CommonSecurityDescriptor オブジェクト関連付けられたオブジェクトコンテナ オブジェクトであるかどうか指定するブール値を取得します
パブリック プロパティ IsDiscretionaryAclCanonical この CommonSecurityDescriptor オブジェクト関連付けられた随意アクセス制御リスト (DACL: Discretionary Access Control List) で使用する順序標準順序であるかどうかを示すブール値を取得します
パブリック プロパティ IsDS この CommonSecurityDescriptor オブジェクト関連付けられたオブジェクトディレクトリ オブジェクトであるかどうか指定するブール値を取得します
パブリック プロパティ IsSystemAclCanonical この CommonSecurityDescriptor オブジェクト関連付けられたシステム アクセス制御リスト (SACL: System Access Control List) で使用する順序標準順序であるかどうかを示すブール値を取得します
パブリック プロパティ Owner オーバーライドされます。 この CommonSecurityDescriptor オブジェクト関連付けられているオブジェクト所有者取得または設定します
パブリック プロパティ Revision  GenericSecurityDescriptor オブジェクトリビジョン レベル取得します。 ( GenericSecurityDescriptor から継承されます。)
パブリック プロパティ SystemAcl この CommonSecurityDescriptor オブジェクトシステム アクセス制御リスト (SACL: System Access Control List) を取得または設定します。SACL には監査規則格納されます。
参照参照

関連項目

CommonSecurityDescriptor クラス
System.Security.AccessControl 名前空間

CommonSecurityDescriptor メソッド


パブリック メソッドパブリック メソッド

  名前 説明
パブリック メソッド Equals  オーバーロードされます2 つObject インスタンス等しかどうか判断します。 ( Object から継承されます。)
パブリック メソッド GetBinaryForm  この GenericSecurityDescriptor オブジェクト格納され情報を表すバイト値の配列返します。 ( GenericSecurityDescriptor から継承されます。)
パブリック メソッド GetHashCode  特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用適してます。 ( Object から継承されます。)
パブリック メソッド GetSddlForm  この GenericSecurityDescriptor オブジェクトが表すセキュリティ記述子指定したセクションの SDDL (Security Descriptor Definition Language) 形式返します。 ( GenericSecurityDescriptor から継承されます。)
パブリック メソッド GetType  現在のインスタンスType取得します。 ( Object から継承されます。)
パブリック メソッド IsSddlConversionSupported  この GenericSecurityDescriptor オブジェクト関連付けられたセキュリティ記述子を SDDL (Security Descriptor Definition Language) 形式変換できるかどうかを示すブール値を返します。 ( GenericSecurityDescriptor から継承されます。)
パブリック メソッド PurgeAccessControl 指定したセキュリティ識別子すべてのアクセス規則を、この CommonSecurityDescriptor オブジェクト関連付けられた随意アクセス制御リスト (DACL) から削除します
パブリック メソッド PurgeAudit 指定したセキュリティ識別子すべての監査規則を、この CommonSecurityDescriptor オブジェクト関連付けられたシステム アクセス制御リスト (SACL: System Access Control List) から削除します
パブリック メソッド ReferenceEquals  指定した複数Object インスタンス同一かどうか判断します。 ( Object から継承されます。)
パブリック メソッド SetDiscretionaryAclProtection この CommonSecurityDescriptor オブジェクト関連付けられた随意アクセス制御リスト (DACL: Discretionary Access Control List) の継承保護設定します保護された DACL は、親コンテナからアクセス規則継承しません。
パブリック メソッド SetSystemAclProtection この CommonSecurityDescriptor オブジェクト関連付けられたシステム アクセス制御リスト (SACL) の継承保護設定します保護された SACL は、親コンテナから監査規則継承しません。
パブリック メソッド ToString  現在の Object を表す String返します。 ( Object から継承されます。)
参照参照

関連項目

CommonSecurityDescriptor クラス
System.Security.AccessControl 名前空間

CommonSecurityDescriptor メンバ

セキュリティ記述子表しますセキュリティ記述子には、所有者プライマリ グループ随意アクセス制御リスト (DACL: Discretionary Access Control List)、システム アクセス制御リスト (SACL: System Access Control List) が含まれます。

CommonSecurityDescriptor データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
  名前 説明
パブリック メソッド CommonSecurityDescriptor オーバーロードされます。 CommonSecurityDescriptor クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
  名前 説明
パブリック プロパティ BinaryLength  現在の GenericSecurityDescriptor オブジェクトバイナリ表現長さ (バイト単位) を取得します。GetBinaryForm メソッドACLバイナリ配列マーシャリングする前に、この長さ使用する必要があります。(GenericSecurityDescriptor から継承されます。)
パブリック プロパティ ControlFlags オーバーライドされますCommonSecurityDescriptor オブジェクト動作指定する値を取得します
パブリック プロパティ DiscretionaryAcl この CommonSecurityDescriptor オブジェクト随意アクセス制御リスト (DACL) を取得または設定します。DACL にはアクセス規則格納されます。
パブリック プロパティ Group オーバーライドされます。 この CommonSecurityDescriptor オブジェクトプライマリ グループ取得または設定します
パブリック プロパティ IsContainer この CommonSecurityDescriptor オブジェクト関連付けられたオブジェクトコンテナ オブジェクトであるかどうか指定するブール値を取得します
パブリック プロパティ IsDiscretionaryAclCanonical この CommonSecurityDescriptor オブジェクト関連付けられた随意アクセス制御リスト (DACL: Discretionary Access Control List) で使用する順序標準順序であるかどうかを示すブール値を取得します
パブリック プロパティ IsDS この CommonSecurityDescriptor オブジェクト関連付けられたオブジェクトディレクトリ オブジェクトであるかどうか指定するブール値を取得します
パブリック プロパティ IsSystemAclCanonical この CommonSecurityDescriptor オブジェクト関連付けられたシステム アクセス制御リスト (SACL: System Access Control List) で使用する順序標準順序であるかどうかを示すブール値を取得します
パブリック プロパティ Owner オーバーライドされます。 この CommonSecurityDescriptor オブジェクト関連付けられているオブジェクト所有者取得または設定します
パブリック プロパティ Revision  GenericSecurityDescriptor オブジェクトリビジョン レベル取得します。(GenericSecurityDescriptor から継承されます。)
パブリック プロパティ SystemAcl この CommonSecurityDescriptor オブジェクトシステム アクセス制御リスト (SACL: System Access Control List) を取得または設定します。SACL には監査規則格納されます。
パブリック メソッドパブリック メソッド
  名前 説明
パブリック メソッド Equals  オーバーロードされます2 つObject インスタンス等しかどうか判断します。 (Object から継承されます。)
パブリック メソッド GetBinaryForm  この GenericSecurityDescriptor オブジェクト格納され情報を表すバイト値の配列返します。 (GenericSecurityDescriptor から継承されます。)
パブリック メソッド GetHashCode  特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用適してます。 (Object から継承されます。)
パブリック メソッド GetSddlForm  この GenericSecurityDescriptor オブジェクトが表すセキュリティ記述子指定したセクションの SDDL (Security Descriptor Definition Language) 形式返します。 (GenericSecurityDescriptor から継承されます。)
パブリック メソッド GetType  現在のインスタンスType取得します。 (Object から継承されます。)
パブリック メソッド IsSddlConversionSupported  この GenericSecurityDescriptor オブジェクト関連付けられたセキュリティ記述子を SDDL (Security Descriptor Definition Language) 形式変換できるかどうかを示すブール値を返します。 (GenericSecurityDescriptor から継承されます。)
パブリック メソッド PurgeAccessControl 指定したセキュリティ識別子すべてのアクセス規則を、この CommonSecurityDescriptor オブジェクト関連付けられた随意アクセス制御リスト (DACL) から削除します
パブリック メソッド PurgeAudit 指定したセキュリティ識別子すべての監査規則を、この CommonSecurityDescriptor オブジェクト関連付けられたシステム アクセス制御リスト (SACL: System Access Control List) から削除します
パブリック メソッド ReferenceEquals  指定した複数Object インスタンス同一かどうか判断します。 (Object から継承されます。)
パブリック メソッド SetDiscretionaryAclProtection この CommonSecurityDescriptor オブジェクト関連付けられた随意アクセス制御リスト (DACL: Discretionary Access Control List) の継承保護設定します保護された DACL は、親コンテナからアクセス規則継承しません。
パブリック メソッド SetSystemAclProtection この CommonSecurityDescriptor オブジェクト関連付けられたシステム アクセス制御リスト (SACL) の継承保護設定します保護された SACL は、親コンテナから監査規則継承しません。
パブリック メソッド ToString  現在の Object を表す String返します。 (Object から継承されます。)
参照参照

関連項目

CommonSecurityDescriptor クラス
System.Security.AccessControl 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「CommonSecurityDescriptor」の関連用語

CommonSecurityDescriptorのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



CommonSecurityDescriptorのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS