Ilumnis Authentication

RightCollection.Remove Method (String)

Removes a right from this collection.

public void Remove(
   string rightName
);

Parameters

rightName
Name of the right to be removed.

Exceptions

Exception Type Condition
InvalidRightNameException Thrown when invalid rightName is passed.

See Also

RightCollection Class | IExSys.Authentication Namespace | RightCollection.Remove Overload List