示例#1
0
 public static IRSA CreateWithPublicKeyInXml(string key) => new RsaFunction(RsaKeyGenerator.GeneratePublicKeyInXml(key));