Ilumnis Authentication

Domain.New Method (String)

Creates new domain.

public static Domain New(
   string domainName
);

Parameters

domainName
Name for new domain.

Return Value

New domain object.

Exceptions

Exception Type Condition
InvalidDomainNameException Thrown when invalid domainName is passed.

See Also

Domain Class | IExSys.Authentication Namespace | Domain.New Overload List