Ilumnis Authentication

AuthenticationStorage.GetUser Method (User, String, String)

Uses data layer to load user or loads user from cache.

public static void GetUser(
   User user,
   string domainName,
   string userName
);

Parameters

user
User object to populate.
domainName
Domain name of the user to get.
userName
Name of the user to get.

Exceptions

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

See Also

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