Ilumnis Authentication

AuthenticationStorage.NewDomain Method (String)

Uses data layer to create new domain.

public static Domain NewDomain(
   string domainName
);

Parameters

domainName
Name for the new domain.

Return Value

New domain object.

Exceptions

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

See Also

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