CommonSecurityDescriptor.AddSystemAcl(Byte, Int32) 方法

定义

设置 SystemAclCommonSecurityDescriptor 实例的属性并设置 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)。 此数字应仅用作提示。

注解

此函数的构造函数SystemAclIsContainer用法IsDSCommonSecurityDescriptor属性。

适用于