2010-05-31 5 views
2

데이터를 RSAParameters 구조 ( RSAParameters)로 읽어 들이고 데이터가 올바른지 두 번 확인했습니다. 하지만 여전히,이에 대한 오류 "잘못된 데이터"예외를 얻을 :어떻게 mscorlib을 엿볼 수 있습니까?

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 'decryption'에 대한 경험이 없다. Visual Studio 8.0을 위해 어딘가에 참조 할 기호가 있는가? 고맙습니다.

답변

2

.NET Reflector을 사용하여 검사 할 DLL을 디스 어셈블하십시오.