Ilumnis Authentication

AuthenticationStorage.GetRightUsers Method (String)

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

public static User[] GetRightUsers(
   string rightName
);

Parameters

rightName
Name of the right to retrieve users for.

Return Value

Array of users that have specified right.

Exceptions

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

See Also

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