ConfigurationDomain Methods |
The ConfigurationDomain type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ClearDomainRegistrations |
Clears the given domain namespace from domain registrations.
|
![]() ![]() | RegisterDomain(Vault, String, ConfigurationDomain) |
Registers an application domain in the vault.
The domain's id will be used as the registration key.
|
![]() ![]() | RegisterDomain(Vault, String, String, ConfigurationDomainOrSource) |
Registers an application domain in the vault.
|
![]() ![]() | RegisterDomain(Vault, String, String, SourceDefinition) |
Registers an application domain in the vault.
|
![]() ![]() | UnregisterDomain(Vault, String, ConfigurationDomain) |
Unregisters an application domain from the vault assuming it has been registered with it's id.
|
![]() ![]() | UnregisterDomain(Vault, String, String) |
Unregisters an application domain from the vault assuming it has been registered with it's id.
|