SystemAcl 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 SystemAcl 类的新实例。
重载
| 名称 | 说明 |
|---|---|
| SystemAcl(Boolean, Boolean, Int32) |
使用指定的值初始化类的新实例 SystemAcl 。 |
| SystemAcl(Boolean, Boolean, RawAcl) | |
| SystemAcl(Boolean, Boolean, Byte, Int32) |
使用指定的值初始化类的新实例 SystemAcl 。 |
SystemAcl(Boolean, Boolean, Int32)
- Source:
- ACL.cs
使用指定的值初始化类的新实例 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)
参数
- isContainer
- Boolean
适用于
SystemAcl(Boolean, Boolean, RawAcl)
- Source:
- ACL.cs
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)
参数
- isContainer
- Boolean
注解
RawAcl 对象中的访问控制项(ACE)将克隆。
适用于
SystemAcl(Boolean, Boolean, Byte, Int32)
- Source:
- ACL.cs
使用指定的值初始化类的新实例 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)
参数
- isContainer
- Boolean