Ilumnis Authentication

AuthenticationValidator.ValidateRoleName Method (String)

Validates roleName.

public static string ValidateRoleName(
   string roleName
);

Parameters

roleName
Role name to be validated.

Return Value

Validated role name.

Exceptions

Exception Type Condition
InvalidRoleNameException Thrown when invalid roleName is passed.

See Also

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