Ilumnis Authentication

Right.New Method (String)

Creates new right.

public static Right New(
   string rightName
);

Parameters

rightName
Name for new right.

Return Value

New right object.

Exceptions

Exception Type Condition
InvalidRightNameException Thrown when invalid rightName is passed.

See Also

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