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 存取控制 entries (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)