Ejemplo n.º 1
0
 public void SignWithKey()
 {
     Assert.AreEqual(ExpectedSignature, UonetRequestSigner.SignContent(PrivateKey, Content));
 }
Ejemplo n.º 2
0
 public void SignWithCert()
 {
     Assert.AreEqual(ExpectedSignature, UonetRequestSigner.SignContent(Password, Certificate, Content));
 }