Ilumnis Authentication

AuthenticationStorage.GetAllUsers Method 

Uses data layer to get all users.

public static User[] GetAllUsers();

Return Value

Array of all users found.

Exceptions

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

See Also

AuthenticationStorage Class | IExSys.Authentication.Storage Namespace