如何看一下mscorlib? [英] Howto take a glimpse into mscorlib?

查看:110
本文介绍了如何看一下mscorlib?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将数据读入RSAParameters结构( RSAParameters ),并进行了两次检查,以确保数据正确.但仍然,我收到一个错误的无效数据"异常:

I want to read data into RSAParameters structure ( RSAParameters ) and did check twice, that the data is correct. But still, I get an error "invalid data" exception for this:

   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'解密'的经验..VisualStudio 8.0的某处是否有任何符号可供参考?谢谢.

How can I take a look into the source code to check why _ImportKeys is throwing an exception? I have no experience with .dll 'decryption'..are there any symbols to reference somewhere for visual studio 8.0? Thank you.

推荐答案

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

Use .NET Reflector to disassemble the DLL you want to examine.

这篇关于如何看一下mscorlib?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆