예제 #1
0
 public static Vault Open(VaultPaths folderPath, byte[] key)
 {
     return(VaultReaderWriter.ReadFromConfig(folderPath, key));
 }
예제 #2
0
 public void Dispose()
 {
     VaultReaderWriter.WriteConfig(this, _key);
 }