Ilumnis Authentication

User Constructor

Constructs user object.

Overload List

Constructs user object.

public User();

Constructs user object and loads user.

public User(int);

Constructs user object and loads user.

public User(string);

Constructs user object and loads user.

public User(string,string);

Constructs user object and loads authenticated user.

public User(string,string,string);

See Also

User Class | IExSys.Authentication Namespace