Ilumnis Authentication

AuthenticationStorage.NewUser Method (String, String)

Uses data layer to create new user.

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

Parameters

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