Ilumnis Authentication

IAuthenticationStorage.NewUser Method (String, String)

Creates new user.

User NewUser(
   string domainName,
   string userName
);

Parameters

domainName
Domain name of the user to create.
userName
Name of the user to create.

Return Value

Object representing new user.

See Also

IAuthenticationStorage Interface | IExSys.Authentication.Storage Namespace | IAuthenticationStorage.NewUser Overload List