UserInfo Constructor

Initializes a new instance of the UserInfo class.

Definition

Namespace: Gemstone.Identity
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.181 -- Release Build+97279656b5a55675063a4190481e67c4f9809501
public UserInfo(
	string loginID
)

Parameters

loginID  String
Login ID in 'domain\accountName' format of the user's account whose information is to be retrieved. Login ID can also be specified in 'accountName' format without the domain name, in which case the domain name will be approximated based on the privileged user domain if specified, default login domain of the host machine if available, or the domain of the identity that owns the host process.

Exceptions

ArgumentNullExceptionloginID is a null or empty string.

See Also