Exemplo n.º 1
0
 public static IRSA CreateWithPrivateKeyInXml(string key) => new RsaFunction(RsaKeyGenerator.GeneratePrivateKeyInXml(key));