CustomAce Class
.NET Framework 4.5
Represents an Access Control Entry (ACE) that is not defined by one of the members of the AceType enumeration.
Namespace: System.Security.AccessControl
Assembly: mscorlib (in mscorlib.dll)
The CustomAce type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AceFlags | Gets or sets the AceFlags associated with this GenericAce object. (Inherited from GenericAce.) |
![]() | AceType | Gets the type of this Access Control Entry (ACE). (Inherited from GenericAce.) |
![]() | AuditFlags | Gets the audit information associated with this Access Control Entry (ACE). (Inherited from GenericAce.) |
![]() | BinaryLength | Gets the length, in bytes, of the binary representation of the current CustomAce object. This length should be used before marshaling the ACL into a binary array with the GetBinaryForm method. (Overrides GenericAce.BinaryLength.) |
![]() | InheritanceFlags | Gets flags that specify the inheritance properties of this Access Control Entry (ACE). (Inherited from GenericAce.) |
![]() | IsInherited | Gets a Boolean value that specifies whether this Access Control Entry (ACE) is inherited or is set explicitly. (Inherited from GenericAce.) |
![]() | OpaqueLength | Gets the length of the opaque data associated with this CustomAce object. |
![]() | PropagationFlags | Gets flags that specify the inheritance propagation properties of this Access Control Entry (ACE). (Inherited from GenericAce.) |
| Name | Description | |
|---|---|---|
![]() | Copy | Creates a deep copy of this Access Control Entry (ACE). (Inherited from GenericAce.) |
![]() | Equals | Determines whether the specified GenericAce object is equal to the current GenericAce object. (Inherited from GenericAce.) |
![]() | GetBinaryForm | Marshals the contents of the CustomAce object into the specified byte array beginning at the specified offset. (Overrides GenericAce.GetBinaryForm(Byte[], Int32).) |
![]() | GetHashCode | Serves as a hash function for the GenericAce class. The GetHashCode method is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from GenericAce.) |
![]() | GetOpaque | Returns the opaque data associated with this CustomAce object. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | SetOpaque | Sets the opaque callback data associated with this CustomAce object. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | MaxOpaqueLength | Returns the maximum allowed length of an opaque data blob for this CustomAce object. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
