C# 클래스 AccidentalFish.ApplicationSupport.Azure.Configuration.AsyncKeyVaultConfiguration

상속: IAsyncKeyVaultConfiguration
파일 보기 프로젝트 열기: JamesRandall/AccidentalFish.ApplicationSupport 1 사용 예제들

공개 메소드들

메소드 설명
AsyncKeyVaultConfiguration ( IKeyVault vault, IKeyVaultConfigurationKeyEncoder keyEncoder, KeyVaultConfigurationCachePolicy cachePolicy, IAsyncConfiguration localConfiguration = null ) : System

Constructor for a key vault based setting cache

GetAsync ( string key ) : Task

메소드 상세

AsyncKeyVaultConfiguration() 공개 메소드

Constructor for a key vault based setting cache
public AsyncKeyVaultConfiguration ( IKeyVault vault, IKeyVaultConfigurationKeyEncoder keyEncoder, KeyVaultConfigurationCachePolicy cachePolicy, IAsyncConfiguration localConfiguration = null ) : System
vault IKeyVault The key vault to use
keyEncoder IKeyVaultConfigurationKeyEncoder An encoder setting names (key vault doesn't support URI encoding for setting names but, for example, if migrating from app.config you could have a . in a setting name
cachePolicy KeyVaultConfigurationCachePolicy The policy for the cache
localConfiguration IAsyncConfiguration
리턴 System

GetAsync() 공개 메소드

public GetAsync ( string key ) : Task
key string
리턴 Task