GenericAce
Represents an Access Control Entry (ACE), and is the base class for all other ACE classes.
Gets or sets the AceFlags associated with this GenericAce object.
Gets the type of this Access Control Entry (ACE).
Gets the audit information associated with this Access Control Entry (ACE).
Gets the length, in bytes, of the binary representation of the current GenericAce object. This length should be used before marshaling the ACL into a binary array with the GetBinaryForm method.
Gets flags that specify the inheritance properties of this Access Control Entry (ACE).
Gets a Boolean value that specifies whether this Access Control Entry (ACE) is inherited or is set explicitly.
Gets flags that specify the inheritance propagation properties of this Access Control Entry (ACE).
Creates a GenericAce object from the specified binary data.
Determines whether the specified GenericAce objects are considered equal.
Determines whether the specified GenericAce objects are considered unequal.
Creates a deep copy of this Access Control Entry (ACE).
Marshals the contents of the GenericAce object into the specified byte array beginning at the specified offset.