Click or drag to resize

UserInfo(String) Constructor

Initializes a new instance of the UserInfo class.

Namespace: GSF.Identity
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+cf93f5f8aea4b941e9b426fe4e180c2bd85d31a2
Syntax
public UserInfo(
	string loginID
)
View Source

Parameters

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.
Exceptions
ExceptionCondition
ArgumentNullExceptionloginID is a null or empty string.
See Also