Click or drag to resize

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.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
public const string ThrowExceptionsSettingName = "keyVaultSecretProviderThrowExceptions"

Field Value

String
Remarks
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.

See Also