The members of System.Security.AccessControl.GenericAcl are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Security.AccessControl.GenericAcl class. |
static readonly | AclRevision | byte (2).
The revision level of the current System.Security.AccessControl.GenericAcl. This value is returned by the GenericAcl.Revision property for Access Control Lists (ACLs) that are not associated with Directory Services objects. |
static readonly | AclRevisionDS | byte (4).
The revision level of the current System.Security.AccessControl.GenericAcl. This value is returned by the GenericAcl.Revision property for Access Control Lists (ACLs) that are associated with Directory Services objects. |
static readonly | MaxBinaryLength | int (65536).
The maximum allowed binary length of a System.Security.AccessControl.GenericAcl object. |
[read-only] abstract | BinaryLength | int.
Gets the length, in bytes, of the binary representation of the current System.Security.AccessControl.GenericAcl object. This length should be used before marshaling the ACL into a binary array with the GenericAcl.GetBinaryForm method. |
[read-only] abstract | Count | int.
Gets the number of access control entries (ACEs) in the current System.Security.AccessControl.GenericAcl object. |
[read-only] | IsSynchronized | bool.
This property is always set to false. It is implemented only because it is required for the implementation of the ICollection interface. |
default property abstract | Item(int) | GenericAce. Documentation for this section has not yet been entered. |
[read-only] abstract | Revision | byte.
Gets the revision level of the System.Security.AccessControl.GenericAcl. |
[read-only] | SyncRoot | object.
This property always returns null. It is implemented only because it is required for the implementation of the ICollection interface. |
CopyTo(GenericAce[], int)
| ||
abstract | GetBinaryForm(byte[], int)
| |
GetEnumerator()
|
ICollection.CopyTo |
Copies each System.Security.AccessControl.GenericAce of the current System.Security.AccessControl.GenericAcl into the specified array. | |
IEnumerable.GetEnumerator |
Returns a new instance of the System.Security.AccessControl.AceEnumerator class cast as an instance of the IEnumerator interface. |