Ilumnis Authentication

Right.Delete Method (String)

Deletes right with specific name.

public static void Delete(
   string rightName
);

Parameters

rightName
Name of the right to delete.

Exceptions

Exception Type Condition
InvalidRightNameException Thrown when invalid rightName is passed.

See Also

Right Class | IExSys.Authentication Namespace | Right.Delete Overload List