CommonSecurityDescriptor.AddDiscretionaryAcl(Byte, Int32) メソッド

定義

この CommonSecurityDescriptor インスタンスの DiscretionaryAcl プロパティを設定して、DiscretionaryAclPresent フラグを設定します。

public:
 void AddDiscretionaryAcl(System::Byte revision, int trusted);
public void AddDiscretionaryAcl (byte revision, int trusted);
member this.AddDiscretionaryAcl : byte * int -> unit
Public Sub AddDiscretionaryAcl (revision As Byte, trusted As Integer)

パラメーター

revision
Byte

新しい DiscretionaryAcl オブジェクトのリビジョン レベル。

trusted
Int32

この DiscretionaryAcl オブジェクトが格納できるアクセス制御エントリ (ACE: Access Control Entry) の数。 この数は単にヒントとして使用されます。

注釈

のコンストラクターは、DiscretionaryAclこの CommonSecurityDescriptorIsContainer プロパティと IsDS プロパティを使用します。

適用対象