Click or drag to resize

KeyVaultKeyProviderThrowOnFailure Property

If true, exceptions thrown during the normal course of operations will be re-thrown

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

IKeyProviderThrowOnFailure
Remarks
By default, the IKeyProvider implementations should log exceptions and return empty values. Setting this to true causes exceptions to be thrown immediately, even for things like the key not being found.
See Also