Click or drag to resize

ISecretProvider Interface

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 interface ISecretProvider

The ISecretProvider type exposes the following members.

Properties
 NameDescription
Public propertyItemGets or sets a secret configuration value
Public propertyKeyVaultUrl The URL of the Azure Key Vault to use
Public propertyThrowOnFailure If true, exceptions thrown during the normal course of operations will be re-thrown
Top
Methods
 NameDescription
Public methodGetSecretAsyncGets a secret configuration value
Public methodSetSecretAsyncGets a secret configuration value
Top
See Also