你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureKeyVaultConfigurationExtensions Class

Definition

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