Ilumnis Authentication

IAuthenticationStorage.LoadRoleRights Method 

Loads all rights contained in a role.

Right[] LoadRoleRights(
   int roleId
);

Parameters

roleId
Database identifier of role to load rights for.

Return Value

Array of rights contained in selected role.

See Also

IAuthenticationStorage Interface | IExSys.Authentication.Storage Namespace