Ilumnis Authentication
User.Load Method (String)
Loads specific user.
public
void
Load(
string
userName
);
Parameters
userName
Name of the user to load.
Exceptions
Exception Type
Condition
InvalidUserNameException
Thrown when invalid userName is passed.
See Also
User Class
|
IExSys.Authentication Namespace
|
User.Load Overload List