Ilumnis Authentication

StandardValidator.ValidateRightName Method 

Validates rightName and adds custom message to exception, if one is thrown.

public string ValidateRightName(
   string rightName,
   string message
);

Parameters

rightName
Right name to be validated.
message
Message text to add to exception text, if an exception is thrown.

Return Value

Validated right name.

Implements

IAuthenticationValidator.ValidateRightName

Exceptions

Exception Type Condition
InvalidRightNameException Thrown when invalid rightName is passed.

See Also

StandardValidator Class | IExSys.Authentication.Validation Namespace