Example #1
0
 public EcdsaKeyPair(ECDSAPrivateKey privateKey)
 {
     PrivateKey = privateKey;
     PublicKey  = privateKey.GetPublicKey();
 }