AzureKeyVaultConfigurationExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for registering AzureKeyVaultConfigurationProvider with IConfigurationBuilder.
public static class AzureKeyVaultConfigurationExtensions
type AzureKeyVaultConfigurationExtensions = class
Public Module AzureKeyVaultConfigurationExtensions
- Inheritance
-
AzureKeyVaultConfigurationExtensions
Methods
AddAzureKeyVault(IConfigurationBuilder, SecretClient, AzureKeyVaultConfigurationOptions) |
Adds an IConfigurationProvider that reads configuration values from the Azure KeyVault. |
AddAzureKeyVault(IConfigurationBuilder, SecretClient, KeyVaultSecretManager) |
Adds an IConfigurationProvider that reads configuration values from the Azure KeyVault. |
AddAzureKeyVault(IConfigurationBuilder, Uri, TokenCredential, AzureKeyVaultConfigurationOptions) |
Adds an IConfigurationProvider that reads configuration values from the Azure KeyVault. |
AddAzureKeyVault(IConfigurationBuilder, Uri, TokenCredential, KeyVaultSecretManager) |
Adds an IConfigurationProvider that reads configuration values from the Azure KeyVault. |
AddAzureKeyVault(IConfigurationBuilder, Uri, TokenCredential) |
Adds an IConfigurationProvider that reads configuration values from the Azure KeyVault. |
Applies to
Azure SDK for .NET