DiscretionaryAcl Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de DiscretionaryAcl klasse.
Overloads
| Name | Description |
|---|---|
| DiscretionaryAcl(Boolean, Boolean, Int32) |
Initialiseert een nieuw exemplaar van de DiscretionaryAcl klasse met de opgegeven waarden. |
| DiscretionaryAcl(Boolean, Boolean, RawAcl) |
Initialiseert een nieuw exemplaar van de DiscretionaryAcl klasse met de opgegeven waarden van het opgegeven RawAcl object. |
| DiscretionaryAcl(Boolean, Boolean, Byte, Int32) |
Initialiseert een nieuw exemplaar van de DiscretionaryAcl klasse met de opgegeven waarden. |
DiscretionaryAcl(Boolean, Boolean, Int32)
Initialiseert een nieuw exemplaar van de DiscretionaryAcl klasse met de opgegeven waarden.
public:
DiscretionaryAcl(bool isContainer, bool isDS, int capacity);
public DiscretionaryAcl(bool isContainer, bool isDS, int capacity);
new System.Security.AccessControl.DiscretionaryAcl : bool * bool * int -> System.Security.AccessControl.DiscretionaryAcl
Public Sub New (isContainer As Boolean, isDS As Boolean, capacity As Integer)
Parameters
- isContainer
- Boolean
true als het nieuwe DiscretionaryAcl object een container is.
- isDS
- Boolean
true als het nieuwe DiscretionaryAcl-object een mapobject Access Control List (ACL) is.
- capacity
- Int32
Het aantal Access Control vermeldingen (ACL's) dat dit DiscretionaryAcl-object kan bevatten. Dit getal moet alleen worden gebruikt als hint.
Van toepassing op
DiscretionaryAcl(Boolean, Boolean, RawAcl)
Initialiseert een nieuw exemplaar van de DiscretionaryAcl klasse met de opgegeven waarden van het opgegeven RawAcl object.
public:
DiscretionaryAcl(bool isContainer, bool isDS, System::Security::AccessControl::RawAcl ^ rawAcl);
public DiscretionaryAcl(bool isContainer, bool isDS, System.Security.AccessControl.RawAcl rawAcl);
new System.Security.AccessControl.DiscretionaryAcl : bool * bool * System.Security.AccessControl.RawAcl -> System.Security.AccessControl.DiscretionaryAcl
Public Sub New (isContainer As Boolean, isDS As Boolean, rawAcl As RawAcl)
Parameters
- isContainer
- Boolean
true als het nieuwe DiscretionaryAcl object een container is.
- isDS
- Boolean
true als het nieuwe DiscretionaryAcl-object een mapobject Access Control List (ACL) is.
- rawAcl
- RawAcl
Het onderliggende RawAcl object voor het nieuwe DiscretionaryAcl object. Geef null op om een lege ACL te maken.
Opmerkingen
De Access Control vermeldingen (ACL's) in het object RawAcl worden gekloond.
Van toepassing op
DiscretionaryAcl(Boolean, Boolean, Byte, Int32)
Initialiseert een nieuw exemplaar van de DiscretionaryAcl klasse met de opgegeven waarden.
public:
DiscretionaryAcl(bool isContainer, bool isDS, System::Byte revision, int capacity);
public DiscretionaryAcl(bool isContainer, bool isDS, byte revision, int capacity);
new System.Security.AccessControl.DiscretionaryAcl : bool * bool * byte * int -> System.Security.AccessControl.DiscretionaryAcl
Public Sub New (isContainer As Boolean, isDS As Boolean, revision As Byte, capacity As Integer)
Parameters
- isContainer
- Boolean
true als het nieuwe DiscretionaryAcl object een container is.
- isDS
- Boolean
true als het nieuwe DiscretionaryAcl-object een mapobject Access Control List (ACL) is.
- revision
- Byte
Het revisieniveau van het nieuwe DiscretionaryAcl object.
- capacity
- Int32
Het aantal Access Control vermeldingen (ACL's) dat dit DiscretionaryAcl-object kan bevatten. Dit getal moet alleen worden gebruikt als hint.