[CryptographicException: 该密钥集未被定义。
]
System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) +33
System.Security.Cryptography.Utils._AcquireCSP(CspParameters param, SafeProvHandle& hProv) +0
System.Security.Cryptography.Utils.AcquireProvHandle(CspParameters parameters) +82
System.Security.Cryptography.CryptoAPITransform..ctor(Int32 algid, Int32 cArgs, Int32[] rgArgIds, Object[] rgArgValues, Byte[] rgbKey, PaddingMode padding, CipherMode cipherChainingMode, Int32 blockSize, Int32 feedbackSize, Boolean useSalt, CryptoAPITransformMode encDecMode) +311
System.Security.Cryptography.DESCryptoServiceProvider._NewEncryptor(Byte[] rgbKey, CipherMode mode, Byte[] rgbIV, Int32 feedbackSize, CryptoAPITransformMode encryptMode) +364
System.Security.Cryptography.DESCryptoServiceProvider.CreateDecryptor(Byte[] rgbKey, Byte[] rgbIV) +58
System.Security.Cryptography.SymmetricAlgorithm.CreateDecryptor() +41
Maticsoft.Common.DEncrypt.DESEncrypt.Decrypt(String Text, String sKey) in D:\网站建设\ruanqf\dcweb2010\sln\Common\DEncrypt\DESEncrypt.cs:90
Authorize.GetHostHelper.GetUrl(Int32 typeid) in D:\网站建设\ruanqf\dcweb2010\sln\Authorize\GetHostHelper.cs:27
BasePage.CheckUrl(Object sender, EventArgs e) +325
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnLoad(EventArgs e) +92
System.Web.UI.Control.LoadRecursive() +54
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772
|