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) 的数量。 此数量只作为一种提示。

注解

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

适用于