KeyVaultSecretProvider Properties

Properties

Configuration Gets the IConfiguration provider used by this class.
KeyVaultTenantId Gets the Azure tenant ID to use connecting to the Azure Key Vault identified by KeyVaultUrl
KeyVaultUrl Allows classes to get configuration settings from secrets providers, such as Azure Key Vault.
ThrowOnFailure Allows classes to get configuration settings from secrets providers, such as Azure Key Vault.
ThrowOnNotFound Allows classes to get configuration settings from secrets providers, such as Azure Key Vault.
TraceKeyVaultActivity If true, turns on tracing in the DefaultAzureCredentialOptions used to connect to Azure Key Vault.

See Also