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