Example #1
0
 public WriteKey(AuthedClient client, string vault)
 {
     Vault   = vault;
     _client = client;
 }
Example #2
0
 public ReadKey(AuthedClient client, string vault, string key)
 {
     Vault   = vault;
     Key     = key;
     _client = client;
 }