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