ConfigurableVaultApplicationBaseTSecureConfigurationLoadConfiguration Method
Safely loads the application's configuration.
Defaulting to an empty JSON object if none is found.
Namespace: MFiles.VAF.CoreAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
protected TSecureConfiguration LoadConfiguration(
Vault vault,
bool throwParseErrors = true
)
- vault Vault
- The vault to load the configuration for/from.
- throwParseErrors Boolean (Optional)
-
- If true, an exception will be thrown if the configuration cannot be deserialized, otherwise null will be returned.
TSecureConfigurationThe application's configuration.