Ilumnis Authentication

IAuthenticationStorage.Authenticate Method 

Loads authenticated user.

User Authenticate(
   string domainName,
   string userName,
   string password
);

Parameters

domainName
Domain name of the user to authenticate.
userName
Name of user to authenticate.
password
Password for user with user name userName.

Return Value

Authenticated user object.

See Also

IAuthenticationStorage Interface | IExSys.Authentication.Storage Namespace