Ilumnis Authentication

AuthenticationStorage.GetRoleUsers Method (String)

Uses data layer to get all users that have specific role.

public static User[] GetRoleUsers(
   string roleName
);

Parameters

roleName
Name of the role to get users for.

Return Value

Array of users which have specified role.

Exceptions

Exception Type Condition
StorageLoadException Thrown when current storage can't load requested role users.

See Also

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