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

This class needs to be thread safe.
상속: IKeyVaultConfiguration
파일 보기 프로젝트 열기: JamesRandall/AccidentalFish.ApplicationSupport 1 사용 예제들

공개 메소드들

메소드 설명
GetAsync ( string key ) : Task
KeyVaultConfiguration ( IKeyVault vault, IKeyVaultConfigurationKeyEncoder keyEncoder, IConfiguration localConfiguration = null ) : System
Preload ( ) : System.Threading.Tasks.Task
this ( string key ) : string

메소드 상세

GetAsync() 공개 메소드

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

KeyVaultConfiguration() 공개 메소드

public KeyVaultConfiguration ( IKeyVault vault, IKeyVaultConfigurationKeyEncoder keyEncoder, IConfiguration localConfiguration = null ) : System
vault IKeyVault
keyEncoder IKeyVaultConfigurationKeyEncoder
localConfiguration IConfiguration
리턴 System

Preload() 공개 메소드

public Preload ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string