The members of System.Security.Principal.NTAccount are listed below.
See Also: Inherited members from System.Security.Principal.IdentityReference
Initializes a new instance of the System.Security.Principal.NTAccount class by using the specified name. | ||
Initializes a new instance of the System.Security.Principal.NTAccount class by using the specified domain name and account name. |
[read-only] override | Value | string.
Returns an uppercase string representation of this System.Security.Principal.NTAccount object. |
override | Equals(object)
| |
override | GetHashCode()
| |
override | IsValidTargetType(Type)
| |
override | ToString()
| |
override | Translate(Type)
|
static | Equality(NTAccount, NTAccount) |
Compares two System.Security.Principal.NTAccount 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 NTAccount.Value property or if they are both null. |
static | Inequality(NTAccount, NTAccount) |
Compares two System.Security.Principal.NTAccount 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 NTAccount.Value property or if one of the objects is null and the other is not. |