Ilumnis Authentication

AuthenticationStorage.DeleteRight Method (String)

Uses data layer to delete specific right.

public static void DeleteRight(
   string rightName
);

Parameters

rightName
Name of the right to delete.

Exceptions

Exception Type Condition
StorageDeleteException Thrown when current storage can't delete requested right.

See Also

AuthenticationStorage Class | IExSys.Authentication.Storage Namespace | AuthenticationStorage.DeleteRight Overload List