Ilumnis Authentication

User Constructor (String, String, String)

Constructs user object and loads authenticated user.

public User(
   string domainName,
   string userName,
   string password
);

Parameters

domainName
Name of the domain to load user from.
userName
Name of the user to load
password
Password for the user specified with domainName / userName.

Exceptions

Exception Type Condition
InvalidDomainNameException Thrown when invalid domainName is passed.
InvalidUserNameException Thrown when invalid userName is passed.
InvalidPasswordException Thrown when invalid password is passed.
InvalidUserCredentialsException Thrown when userName / password pair is invalid.

See Also

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