NTAccount Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Returns a value that indicates whether this NTAccount object is equal to a specified object.(Overrides IdentityReference::Equals(Object^).) |
![]() | GetHashCode() | Serves as a hash function for the current NTAccount object. The GetHashCode method is suitable for hashing algorithms and data structures like a hash table.(Overrides IdentityReference::GetHashCode().) |
![]() | GetType() | |
![]() | IsValidTargetType(Type^) | Returns a value that indicates whether the specified type is a valid translation type for the NTAccount class.(Overrides IdentityReference::IsValidTargetType(Type^).) |
![]() | ToString() | Returns the account name, in Domain\Account format, for the account represented by the NTAccount object.(Overrides IdentityReference::ToString().) |
![]() | Translate(Type^) | Translates the account name represented by the NTAccount object into another IdentityReference-derived type.(Overrides IdentityReference::Translate(Type^).) |
