Ejemplo n.º 1
0
 public string CalcSignature()
 {
     return(CommonHelpers.SignData(Hash, VotingsUser.PrivateKey));
 }