示例#1
0
 public ECPrivateKey CreatePrivateKey(string hex)
 {
     return(ECPrivateKey.ParseHex(hex, this));
 }
示例#2
0
 public ECPrivateKey CreateKeyPair()
 {
     return(ECPrivateKey.Create(this));
 }