Ilumnis Authentication

Right.GetUsers Method

Gets all users that have this right.

Overload List

Gets all users that have this right.

public User[] GetUsers();

Gets all users that have right with specific RightId.

public static User[] GetUsers(int);

Gets all users that have right with specific name.

public static User[] GetUsers(string);

See Also

Right Class | IExSys.Authentication Namespace