Deletes this domain.
public void Delete();
Deletes domain with specific DomainId.
public static void Delete(int);
Deletes domain with specific name.
public static void Delete(string);
Domain Class | IExSys.Authentication Namespace