Ilumnis Authentication

AuthenticationStorage.DeleteRole Method (String)

Uses data layer to delete a role.

public static void DeleteRole(
   string roleName
);

Parameters

roleName
Name of the role to delete.

Exceptions

Exception Type Condition
StorageDeleteException Thrown when current storage can't delete requested role.

See Also

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