Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
GetAccessToken ( string authority, string resource, string scope ) : Task |
public KeyVault ( string clientId, string clientSecret, string vaultUri, bool checkIfKeyExistsBeforeGet ) : System | ||
clientId | string | |
clientSecret | string | |
vaultUri | string | |
checkIfKeyExistsBeforeGet | bool | |
return | System |
public SetSecretAsync ( string key, string value ) : System.Threading.Tasks.Task | ||
key | string | |
value | string | |
return | System.Threading.Tasks.Task |