System.Security.Principal.IdentityReference Members

The members of System.Security.Principal.IdentityReference are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
abstract
Valuestring.

Gets the string value of the identity represented by the System.Security.Principal.IdentityReference 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.

Public Operators

static
Equality(IdentityReference, IdentityReference)

Compares two System.Security.Principal.IdentityReference objects to determine whether they are equal. They are considered equal if they have the same canonical name representation as the one returned by the IdentityReference.Value property or if they are both null.

static
Inequality(IdentityReference, IdentityReference)

Compares two System.Security.Principal.IdentityReference objects to determine whether they are not equal. They are considered not equal if they have different canonical name representations than the one returned by the IdentityReference.Value property or if one of the objects is null and the other is not.