메소드 | 설명 | |
---|---|---|
AsyncKeyVaultConfiguration ( IKeyVault vault, IKeyVaultConfigurationKeyEncoder keyEncoder, |
Constructor for a key vault based setting cache
|
|
GetAsync ( string key ) : Task |
public AsyncKeyVaultConfiguration ( IKeyVault vault, IKeyVaultConfigurationKeyEncoder keyEncoder, |
||
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 | The policy for the cache | |
localConfiguration | IAsyncConfiguration | |
리턴 | System |