Example #1
0
 public static IRSA CreateWithPublicKeyInPkcs8(string key) => new RsaFunction(RsaKeyGenerator.GeneratePublicKeyInPkcs8(key));