Ilumnis Authentication

Domain.Delete Method (String)

Deletes domain with specific name.

public static void Delete(
   string domainName
);

Parameters

domainName
Name of the domain to delete.

Exceptions

Exception Type Condition
InvalidDomainNameException Thrown when invalid domainName is passed.

See Also

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