SystemAcl コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SystemAcl クラスの新しいインスタンスを初期化します。
オーバーロード
SystemAcl(Boolean, Boolean, Int32) |
値を指定して、SystemAcl クラスの新しいインスタンスを初期化します。 |
SystemAcl(Boolean, Boolean, RawAcl) |
指定した SystemAcl オブジェクトからの指定した値を使用して、 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)
パラメーター
- capacity
- Int32
この SystemAcl オブジェクトが格納できるアクセス制御エントリ (ACE: Access Control Entry) の数。 この数は単にヒントとして使用されます。
適用対象
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)
パラメーター
注釈
オブジェクト内のAccess Control エントリ (ACE) RawAcl が複製されます。
適用対象
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)
パラメーター
- capacity
- Int32
この SystemAcl オブジェクトが格納できるアクセス制御エントリ (ACE: Access Control Entry) の数。 この数は単にヒントとして使用されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET