The members of System.Security.Principal.IdentityReference are listed below.
See Also: Inherited members from System.Object
[read-only] abstract | Value | string.
Gets the string value of the identity represented by the System.Security.Principal.IdentityReference object. |
abstract | Equals(object)
| |
abstract | GetHashCode()
| |
abstract | IsValidTargetType(Type)
| |
abstract | ToString()
| |
abstract | Translate(Type)
|
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. |