Ilumnis Authentication

User.New Method (String)

Creates new user.

public static User New(
   string userName
);

Parameters

userName
Name for new user.

Return Value

New user object.

Exceptions

Exception Type Condition
InvalidUserNameException Thrown if invalid userName is passed.

See Also

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