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

AzureKeyVaultConfigurationProvider 类

定义

基于 AzureKeyVault 的 ConfigurationProvider

public class AzureKeyVaultConfigurationProvider : Microsoft.Extensions.Configuration.ConfigurationProvider, IDisposable
type AzureKeyVaultConfigurationProvider = class
    inherit ConfigurationProvider
    interface IDisposable
Public Class AzureKeyVaultConfigurationProvider
Inherits ConfigurationProvider
Implements IDisposable
继承
AzureKeyVaultConfigurationProvider
实现

构造函数

AzureKeyVaultConfigurationProvider(SecretClient, AzureKeyVaultConfigurationOptions)

创建 AzureKeyVaultConfigurationProvider 的新实例。

方法

Dispose()

释放对象持有的资源 AzureKeyVaultConfigurationProvider

Dispose(Boolean)

释放对象持有的资源 AzureKeyVaultConfigurationProvider

Load()

将机密加载到此提供程序中。

适用于