The properties of System.Security.AccessControl.GenericAcl are listed below. For a list of all members, see the GenericAcl Members list.
See Also: Inherited members from System.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. |