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

AzureKeyVaultConfigurationProvider Class

Definition

An AzureKeyVault based ConfigurationProvider.

public class AzureKeyVaultConfigurationProvider : Microsoft.Extensions.Configuration.ConfigurationProvider, IDisposable
type AzureKeyVaultConfigurationProvider = class
    inherit ConfigurationProvider
    interface IDisposable
Public Class AzureKeyVaultConfigurationProvider
Inherits ConfigurationProvider
Implements IDisposable
Inheritance
AzureKeyVaultConfigurationProvider
Implements

Constructors

Name Description
AzureKeyVaultConfigurationProvider(SecretClient, AzureKeyVaultConfigurationOptions)

Creates a new instance of AzureKeyVaultConfigurationProvider.

Methods

Name Description
Dispose()

Frees resources held by the AzureKeyVaultConfigurationProvider object.

Dispose(Boolean)

Frees resources held by the AzureKeyVaultConfigurationProvider object.

Load()

Load secrets into this provider.

Applies to