Ilumnis Authentication

IAuthenticationStorage.NewUser Method (Int32, String, String)

Creates new user.

User NewUser(
   int userId,
   string domainName,
   string userName
);

Parameters

userId
Database identifier for new user.
domainName
Domain name for new user.
userName
Name for new user.

Return Value

New user object.

See Also

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