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) 的数量。 此数字应仅用作提示。

注解

SystemAcl构造函数对此 CommonSecurityDescriptor使用 IsContainerIsDS 属性。

适用于