Inner Drive Extensible Architecture
C#
Show/Hide TOC
Key
Vault
Secret
Provider
Throw
On
Not
Found Property
Allows classes to get configuration settings from secrets providers, such as Azure Key Vault.
Definition
Namespace:
InnerDrive.Azure
Assembly:
InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
C#
Copy
public
bool
ThrowOnNotFound
{
get
;
set
; }
Property Value
Boolean
Implements
ISecretProvider
ThrowOnNotFound
See Also
Reference
KeyVaultSecretProvider Class
InnerDrive.Azure Namespace
In This Article
Definition
Property Value
Implements
See Also