Ejemplo n.º 1
0
 public static IRSA CreateWithPublicKeyInXml(string key) => new RsaFunction(RsaKeyGenerator.GeneratePublicKeyInXml(key));