2

我想将数据读入 RSAParameters 结构(RSAParameters)并检查两次,数据是否正确。但是,我仍然收到错误“无效数据”异常:

   bei System.Security.Cryptography.CryptographicException.ThrowCryptogaphicException(Int32 hr)
   bei System.Security.Cryptography.Utils._ImportKey(SafeProvHandle hCSP, Int32 keyNumber, CspProviderFlags flags, Object cspObject, SafeKeyHandle& hKey)
   bei System.Security.Cryptography.RSACryptoServiceProvider.ImportParameters(RSAParameters parameters)

如何查看源代码以检查 _ImportKeys 引发异常的原因?我没有使用 .dll '解密'的经验。是否有任何符号可以在 Visual Studio 8.0 的某个地方引用?谢谢你。

4

2 回答 2

2

使用.NET Reflector反汇编您要检查的 DLL。

于 2010-05-31T13:38:06.693 回答
0

您也可以使用 JetBrains dotPeek。它是 100% 免费的。

于 2015-03-24T11:03:00.030 回答