Esempio n. 1
0
 public BitcoinEncryptedSecret Encrypt(string password)
 {
     return(PrivateKey.GetEncryptedBitcoinSecret(password, Network));
 }