KeyVaultSecretProviderThrowExceptionsSettingName Field
The name of the appSettings.config setting that, if
true, will cause
the
KeyVaultSecretProvider to throw exceptions instead of failing
silently.
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
public const string ThrowExceptionsSettingName = "keyVaultSecretProviderThrowExceptions"
Field Value
String In applications that depend on Azure Key Vault secrets, throwing
exceptions can be more disruptive than accepting silent failures. Use
this setting with care.
If the setting is missing it will be ignored.