System.Security.AccessControl.GenericAce: Property Members

The properties of System.Security.AccessControl.GenericAce are listed below. For a list of all members, see the GenericAce Members list.

See Also: Inherited members from System.Object

Public Properties

AceFlagsAceFlags.

Gets or sets the System.Security.AccessControl.AceFlags associated with this System.Security.AccessControl.GenericAce object.

[read-only]
AceTypeAceType.

Gets the type of this Access Control Entry (ACE).

[read-only]
AuditFlagsAuditFlags.

Gets the audit information associated with this Access Control Entry (ACE).

[read-only]
abstract
BinaryLengthint.

Gets the length, in bytes, of the binary representation of the current System.Security.AccessControl.GenericAce object. This length should be used before marshaling the ACL into a binary array with the GenericAce.GetBinaryForm method.

[read-only]
InheritanceFlagsInheritanceFlags.

Gets flags that specify the inheritance properties of this Access Control Entry (ACE).

[read-only]
IsInheritedbool.

Gets a Boolean value that specifies whether this Access Control Entry (ACE) is inherited or is set explicitly.

[read-only]
PropagationFlagsPropagationFlags.

Gets flags that specify the inheritance propagation properties of this Access Control Entry (ACE).