UserInfo Constructor
Initializes a new instance of the
UserInfo class.
Namespace: Gemstone.IdentityAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.167 -- Release Build+1e132a4d484f1823d39b71639f55ad9da4974e99
public UserInfo(
string loginID
)
Public Sub New (
loginID As String
)
public:
UserInfo(
String^ loginID
)
Gemstone.Identity.UserInfo = function(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.