Ilumnis Authentication

AuthenticationStorage.GetRight Method (Right, String)

Uses data layer to load right or loads right from cache.

public static void GetRight(
   Right right,
   string rightName
);

Parameters

right
Right object to populate.
rightName
Name of the right to load.

Exceptions

Exception Type Condition
StorageLoadException Thrown when current storage can't load requested right.

See Also

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