Ilumnis Authentication

AuthenticationStorage.NewRight Method (Int32, String)

Uses data layer to create new right.

public static Right NewRight(
   int rightId,
   string rightName
);

Parameters

rightId
RightId for the new right.
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