System.Security.AccessControl.GenericAcl: Property Members

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

Public Properties

[read-only]
abstract
BinaryLengthint.

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
Countint.

Gets the number of access control entries (ACEs) in the current System.Security.AccessControl.GenericAcl object.

[read-only]
IsSynchronizedbool.

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
Revisionbyte.

Gets the revision level of the System.Security.AccessControl.GenericAcl.

[read-only]
SyncRootobject.

This property always returns null. It is implemented only because it is required for the implementation of the ICollection interface.