System.Security.Principal.NTAccount
Represents a user or group account.
Initializes a new instance of the NTAccount class by using the specified name.
Initializes a new instance of the NTAccount class by using the specified domain name and account name.
Compares two 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 Value property or if they are both null.