Ilumnis Authentication

AuthenticationValidator.ValidateUserName Method (String)

Validates userName.

public static string ValidateUserName(
   string userName
);

Parameters

userName
User name to be validated.

Return Value

Validated user name.

Exceptions

Exception Type Condition
InvalidUserNameException Thrown when invalid userName is passed.

See Also

AuthenticationValidator Class | IExSys.Authentication.Validation Namespace | AuthenticationValidator.ValidateUserName Overload List