Ilumnis Authentication

AuthenticationStorage.DeleteDomain Method (String)

Uses data layer to delete a domain.

public static void DeleteDomain(
   string domainName
);

Parameters

domainName
Name of the domain to delete.

Exceptions

Exception Type Condition
StorageDeleteException Thrown when current storage can't delete requested domain.

See Also

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