Ejemplo n.º 1
0
 public void Save(Action <string, byte[]> writebytes)
 {
     AuthKeys.Save(bytes => writebytes("BankAuthKeys.pubkey", bytes));
     CryptKeys.Save(bytes => writebytes("BankCryptKeys.pubkey", bytes));
 }