System.Security.Cryptography.CryptographicException: The system cannot find the file specified
以前写了个操作RSA加密的东东,今天再次拿到另外一个项目来用的时候,发现不行了。
提示如标题的错误。
原因是 UserProfile未找到。参见:
http://blogs.msdn.com/alejacma/archive/2007/12/03/rsacryptoserviceprovider-fails-when-used-with-asp-net.aspx
大多数情况下,我们只需要使用machine key来加密即可。
重新修改RSALibary,并在DNN和Nunit测试通过。爽
Over.