Ilumnis Authentication

IAuthenticationStorage.NewRole Method (Int32, String)

Creates new role.

Role NewRole(
   int roleId,
   string roleName
);

Parameters

roleId
Database identifier for new Role
roleName
Name for new role.

Return Value

New role object.

See Also

IAuthenticationStorage Interface | IExSys.Authentication.Storage Namespace | IAuthenticationStorage.NewRole Overload List