我想将数据读入 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 的某个地方引用?谢谢你。