Ilumnis Authentication

User Constructor (String)

Constructs user object and loads user.

public User(
   string userName
);

Parameters

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