Click or drag to resize

KeyVaultSecretProvider Fields

The KeyVaultSecretProvider type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberCacheExpirationSetting The Configuration setting containing the length of time in seconds to hold a secret in the internal cache
Public fieldStatic memberDefaultCacheExpirationSeconds The length of time in seconds to hold a secret in the internal cache if CacheExpirationSetting is not set
Public fieldStatic memberKeyVaultTenantIdSettingName Gets the name of the Azure Key Vault Tenant ID setting in appSettings.config
Public fieldStatic memberKeyVaultUrlSettingName Gets the name of the Azure Key Vault URL setting in appSettings.config
Public fieldStatic memberThrowExceptionsSettingName The name of the appSettings.config setting that, if true, will cause the KeyVaultSecretProvider to throw exceptions instead of failing silently.
Public fieldStatic memberTraceKeyVaultSettingName The name of the appSettings.config setting that, if true, will turn on tracing in the DefaultAzureCredentialOptions used to connect to Azure Key Vault.
Top
See Also