ConfigurationDomainUnregisterDomain(Vault, String, String) Method
Unregisters an application domain from the vault assuming it has been registered with it's id.
Namespace: MFiles.VAF.Configuration.DomainAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public static void UnregisterDomain(
Vault vault,
string domainNamespace,
string key
)
Parameters
- vault Vault
- The vault in which to register the domain.
- domainNamespace String
- The namespace in which the domain is registered.
- key String
- The key under which the domain is registered.