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

定義

このSystemAcl インスタンスのCommonSecurityDescriptor プロパティを設定し、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 オブジェクトに含めることができるAccess Control エントリ (ACE) の数。 この数値はヒントとしてのみ使用する必要があります。

注釈

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

適用対象