ConfigurationDomainUnregisterDomain Method (Vault, String, String) |
Unregisters an application domain from the vault assuming it has been registered with it's id.
Namespace:
MFiles.VAF.Configuration.Domain
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic static void UnregisterDomain(
Vault vault,
string domainNamespace,
string key
)
Parameters
- vault
- Type: Vault
The vault in which to register the domain. - domainNamespace
- Type: SystemString
The namespace in which the domain is registered. - key
- Type: SystemString
The key under which the domain is registered.
See Also