Example #1
0
 public string PrivateKeyDER(bool compressed)
 {
     return(Encoders.BytesToHex(CurvePoint.GetDER(compressed)));
 }