Ilumnis Authentication

AuthenticationStorage.NewUser Method (Int32, String, String)

Uses data layer to create new user.

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

Parameters

userId
UserId for the new user.
domainName
Domain name for the new user.
userName
Name for the new user.

Return Value

New user object.

Exceptions

Exception Type Condition
StorageInsertException Thrown when current storage can't create requested user.

See Also

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