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

定義

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

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

パラメーター

revision
Byte

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

trusted
Int32

この SystemAcl オブジェクトが格納できるアクセス制御エントリ (ACE: Access Control Entry) の数。 この数はヒントとしてのみ使用してください。

注釈

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

適用対象