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