当前位置:编程学习 > C#/ASP.NET >>

System.Security.Cryptography.CryptographicException 拒绝访问

大家好,我在做在线支付的时候,碰到这么一个问题:
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Security.Cryptography.CryptographicException: 拒绝访问。

Line 130:
Line 131:        //pOrderEncodeType=1 采用RSA对pCardInfo信息加密
Line 132:        encryptData = RSA.RSALIB.EncryptDataByKey(CardInfo, rsakey);
Line 133:
Line 134:        //提交给信用卡支付的form表单

请问这是怎么问题呢? --------------------编程问答-------------------- 你这是在加密过程中出现了异常。
有些加密操作在不同版本的操作系统上受支持的程度不同。
以前我遇见过一个问题,也是加密数据,在Windows2003下加密数据没有问题,在XP下就出问题了,弄了很长时间才知道那个加密方法在Win2003和WinXP下可加密的最大数据长度不一样。
看看你的代码有没有类似的问题。 --------------------编程问答-------------------- 支持! --------------------编程问答-------------------- 不懂,学习 --------------------编程问答-------------------- http://www.cnblogs.com/xl696128/archive/2009/01/04/1368099.html --------------------编程问答--------------------
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,