Ilumnis Authentication

AuthenticationStorage.DeleteRight Method (Int32)

Uses data layer to delete specific right.

public static void DeleteRight(
   int rightId
);

Parameters

rightId
RightId 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