Gets all users that have this right.
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);