Ilumnis Authentication

AuthenticationStorage.NewRight Method (String)

Uses data layer to create new right.

public static Right NewRight(
   string rightName
);

Parameters

rightName
Name for the new right.

Return Value

New right object.

Exceptions

Exception Type Condition
StorageInsertException Thrown when current storage can't create requested right.

See Also

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