ConfigurationDomainUnregisterDomain(Vault, String, String) Method

Unregisters an application domain from the vault assuming it has been registered with it's id.

Definition

Namespace: MFiles.VAF.Configuration.Domain
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
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.

See Also