我们在Windows 2012 R2中特别面临问题。
以下是我们的演示代码:
Include()
抛出异常,如:
rsa.ImportParameters(new RSAParameters
{
Exponent = new byte[] { 1, 0, 1 },
Modulus = OurModulus
});
此代码段在Windows 7,Windows 8,Windows 10中运行良好,但在Windows 2012 R2中失败。
任何帮助都很明显。