Метод | Описание | |
---|---|---|
GetSecretAsync ( string key ) : Task |
||
GetSecretKeysAsync ( ) : Task |
||
KeyVault ( string clientId, string clientSecret, string vaultUri, bool checkIfKeyExistsBeforeGet ) : System | ||
SetSecretAsync ( string key, string value ) : System.Threading.Tasks.Task |
Метод | Описание | |
---|---|---|
GetAccessToken ( string authority, string resource, string scope ) : Task |
public GetSecretAsync ( string key ) : Task |
||
key | string | |
Результат | Task |
public KeyVault ( string clientId, string clientSecret, string vaultUri, bool checkIfKeyExistsBeforeGet ) : System | ||
clientId | string | |
clientSecret | string | |
vaultUri | string | |
checkIfKeyExistsBeforeGet | bool | |
Результат | System |
public SetSecretAsync ( string key, string value ) : System.Threading.Tasks.Task | ||
key | string | |
value | string | |
Результат | System.Threading.Tasks.Task |