SystemAcl 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 SystemAcl 类的新实例。
重载
SystemAcl(Boolean, Boolean, Int32) |
用指定的值初始化 SystemAcl 类的新实例。 |
SystemAcl(Boolean, Boolean, RawAcl) | |
SystemAcl(Boolean, Boolean, Byte, Int32) |
用指定的值初始化 SystemAcl 类的新实例。 |
SystemAcl(Boolean, Boolean, Int32)
用指定的值初始化 SystemAcl 类的新实例。
public:
SystemAcl(bool isContainer, bool isDS, int capacity);
public SystemAcl (bool isContainer, bool isDS, int capacity);
new System.Security.AccessControl.SystemAcl : bool * bool * int -> System.Security.AccessControl.SystemAcl
Public Sub New (isContainer As Boolean, isDS As Boolean, capacity As Integer)
参数
适用于
SystemAcl(Boolean, Boolean, RawAcl)
public:
SystemAcl(bool isContainer, bool isDS, System::Security::AccessControl::RawAcl ^ rawAcl);
public SystemAcl (bool isContainer, bool isDS, System.Security.AccessControl.RawAcl rawAcl);
new System.Security.AccessControl.SystemAcl : bool * bool * System.Security.AccessControl.RawAcl -> System.Security.AccessControl.SystemAcl
Public Sub New (isContainer As Boolean, isDS As Boolean, rawAcl As RawAcl)
参数
注解
将克隆 对象中 RawAcl) (ACE 的访问控制项。
适用于
SystemAcl(Boolean, Boolean, Byte, Int32)
用指定的值初始化 SystemAcl 类的新实例。
public:
SystemAcl(bool isContainer, bool isDS, System::Byte revision, int capacity);
public SystemAcl (bool isContainer, bool isDS, byte revision, int capacity);
new System.Security.AccessControl.SystemAcl : bool * bool * byte * int -> System.Security.AccessControl.SystemAcl
Public Sub New (isContainer As Boolean, isDS As Boolean, revision As Byte, capacity As Integer)