GSF.Identity.UserInfo.UserInfo C# (CSharp) Méthode

UserInfo() public méthode

Initializes a new instance of the UserInfo class.
is a null or empty string.
public UserInfo ( string loginID ) : System
loginID string /// Login ID in 'domain\username' format of the user's account whose information is to be retrieved. Login ID /// can also be specified in 'username' format without the domain name, in which case the domain name will be /// approximated based on the privileged user domain if specified, default logon domain of the host machine /// if available, or the domain of the identity that owns the host process. ///
Résultat System
        public UserInfo(string loginID)
            : this(loginID, string.Empty)
        {
        }

Same methods

UserInfo::UserInfo ( string loginID, string ldapPath ) : System