Ilumnis Authentication

AuthenticationStorage.UpdateRole Method 

Uses data layer to update a role.

public static void UpdateRole(
   Role role
);

Parameters

role
Role to update.

Exceptions

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

See Also

AuthenticationStorage Class | IExSys.Authentication.Storage Namespace