Click or drag to resize

KeyVaultSecretProviderThrowOnFailure Property

Allows classes to get configuration settings from secrets providers, such as Azure Key Vault.

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
public bool ThrowOnFailure { get; set; }

Property Value

Boolean

Implements

ISecretProviderThrowOnFailure
See Also