The members of System.Security.AccessControl.GenericAce are listed below.
See Also: Inherited members from System.Object
AceFlags | AceFlags.
Gets or sets the System.Security.AccessControl.AceFlags associated with this System.Security.AccessControl.GenericAce object. | |
[read-only] | AceType | AceType.
Gets the type of this Access Control Entry (ACE). |
[read-only] | AuditFlags | AuditFlags.
Gets the audit information associated with this Access Control Entry (ACE). |
[read-only] abstract | BinaryLength | int.
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] | InheritanceFlags | InheritanceFlags.
Gets flags that specify the inheritance properties of this Access Control Entry (ACE). |
[read-only] | IsInherited | bool.
Gets a Boolean value that specifies whether this Access Control Entry (ACE) is inherited or is set explicitly. |
[read-only] | PropagationFlags | PropagationFlags.
Gets flags that specify the inheritance propagation properties of this Access Control Entry (ACE). |
Copy()
| ||
static | CreateFromBinaryForm(byte[], int)
| |
override | Equals(object)
| |
abstract | GetBinaryForm(byte[], int)
| |
override | GetHashCode()
|
static | Equality(GenericAce, GenericAce) |
Determines whether the specified System.Security.AccessControl.GenericAce objects are considered equal. |
static | Inequality(GenericAce, GenericAce) |
Determines whether the specified System.Security.AccessControl.GenericAce objects are considered unequal. |