Ilumnis Authentication

User Constructor (String, String)

Constructs user object and loads user.

public User(
   string domainName,
   string userName
);

Parameters

domainName
Name of the domain to load user from.
userName
Name of the user to load.

Exceptions

Exception Type Condition
InvalidDomainNameException Thrown when invalid domainName is passed.
InvalidUserNameException Thrown when invalid userName is passed.

See Also

User Class | IExSys.Authentication Namespace | User Constructor Overload List