Esempio n. 1
0
 public RS512Signature(RSAParameters rsa)
     : base(JwsAlgorithm.RS512, rsa.ToRSACryptoServiceProvider())
 {
 }