System.Security.AccessControl.GenericAce: Method Members

The methods 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 Methods

Copy() : GenericAce

Creates a deep copy of this Access Control Entry (ACE).

static
CreateFromBinaryForm(byte[], int) : GenericAce

Creates a System.Security.AccessControl.GenericAce object from the specified binary data.

override
Equals(object) : bool

Determines whether the specified System.Security.AccessControl.GenericAce object is equal to the current System.Security.AccessControl.GenericAce object.

abstract
GetBinaryForm(byte[], int)

Marshals the contents of the System.Security.AccessControl.GenericAce object into the specified byte array beginning at the specified offset.

override
GetHashCode() : int

Serves as a hash function for the System.Security.AccessControl.GenericAce class. The GenericAce.GetHashCode method is suitable for use in hashing algorithms and data structures like a hash table.