KeyVaultSecretProviderThrowOnNotFound Property

If true, the provider will throw a SecretNotFoundException if the secret is not found

Definition

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

Property Value

Boolean

Implements

ISecretProviderThrowOnNotFound

See Also