次の方法で共有


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()

このプロバイダーにシークレットを読み込みます。

適用対象