Ilumnis Authentication

AuthenticationStorage.UpdateRight Method 

Uses data layer to update specific right.

public static void UpdateRight(
   Right right
);

Parameters

right
Right to update.

Exceptions

Exception Type Condition
StorageUpdateException Thrown when current storage can't update requested right.

See Also

AuthenticationStorage Class | IExSys.Authentication.Storage Namespace