当我通过其 pfx 安装 x509Certificate2 对象后第一次尝试使用它时,它可以对数据进行签名,但是从第二次开始它就不能并显示错误,即密钥集不存在在线...
RSACryptoServiceProvider csp = (RSACryptoServiceProvider)cert.PrivateKey;
在调试中还显示
A first chance exception of type
'System.Security.Cryptography.CryptographicException' occurred in mscorlib.dll
无法弄清楚这里的问题......