Ilumnis Authentication

AuthenticationStorage.NewRole Method (String)

Uses data layer to create new role.

public static Role NewRole(
   string roleName
);

Parameters

roleName
Name for the new role.

Return Value

New role object.

Exceptions

Exception Type Condition
StorageInsertException Thrown when current storage can't create requested role.

See Also

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