IdentityReference
Represents an identity and is the base class for the NTAccount and SecurityIdentifier classes. This class does not provide a public constructor, and therefore cannot be inherited.
Gets the string value of the identity represented by the IdentityReference object.
Compares two 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 Value property or if they are both null.
Compares two 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 Value property or if one of the objects is null and the other is not.
Returns a value that indicates whether the specified object equals this instance of the IdentityReference class.
Serves as a hash function for IdentityReference. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
Returns a value that indicates whether the specified type is a valid translation type for the IdentityReference class.
Returns the string representation of the identity represented by the IdentityReference object.
Translates the account name represented by the IdentityReference object into another IdentityReference-derived type.