Ilumnis Authentication

IAuthenticationStorage.NewDomain Method (Int32, String)

Creates new domain.

Domain NewDomain(
   int domainId,
   string domainName
);

Parameters

domainId
Database identifier for new domain.
domainName
Name for new domain.

Return Value

New domain object.

See Also

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