System.Security.Principal.IdentityReference: Method Members

The methods of System.Security.Principal.IdentityReference are listed below. For a list of all members, see the IdentityReference Members list.

See Also: Inherited members from System.Object

Public Methods

abstract
Equals(object) : bool

Returns a value that indicates whether the specified object equals this instance of the System.Security.Principal.IdentityReference class.

abstract
GetHashCode() : int

Serves as a hash function for System.Security.Principal.IdentityReference. IdentityReference.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.

abstract
IsValidTargetType(Type) : bool

Returns a value that indicates whether the specified type is a valid translation type for the System.Security.Principal.IdentityReference class.

abstract
ToString() : string

Returns the string representation of the identity represented by the System.Security.Principal.IdentityReference object.

abstract
Translate(Type) : IdentityReference

Translates the account name represented by the System.Security.Principal.IdentityReference object into another System.Security.Principal.IdentityReference-derived type.