使用智能卡微型驱动程序进行电子邮件签名 (Outlook) [Windows]
我正在开发智能卡微型驱动程序,并尝试使用 Outlook 2007 签署电子邮件。 我已经在微型驱动程序中实现了所有必要的功能。
我可以创建“智能卡用户”证书并将其及其私钥保存在智能卡上(通过 Minidriver 使用 Microsoft 证书服务)。
当我尝试通过以下方式签署电子邮件时 Outlook 我收到错误消息 (内部错误),对微型驱动程序的最后一次调用是使用“cmapfile”读取文件
当我尝试签名时 通过 Outlook 发送的电子邮件 差异非智能卡证书 工作正常。
- 当我尝试签署 使用 CryptoAPI(基于 Windows SDK 示例)的数据正在运行 美好的。
我使用的是 Windows 7。
有人知道如何调试这个问题吗?
我尝试启用 CAPI2 事件日志,但它没有给我任何好的信息。
I'm developing a Smart card Minidriver and I'm trying to Sign an Email using Outlook 2007.
I have implemented all of the necessary functions in the minidriver.
I'm able to create a "Smartcard User" certificate and save it and it's private key on the smartcard (using Microsoft Certificate Services via the Minidriver).
When I try to sign an EMail via
Outlook I'm getting Error Message
(Internal Error), the last call to the minidriver is for ReadFile with "cmapfile"When I try to sign
an EMail via Outlook with a
difference non-smartcard certificate
it's work fine.- When I try to sign a
Data using CryptoAPI (based on Windows SDK Sample) it's working
fine.
I'm using Windows 7.
someone got any idea how to debug this issue?
I tried to enable the CAPI2 eventlog, it don't give me any good information.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题在于 CardGetProperty 中的 CP_CARD_PIN_INFO 属性
其字段 dwChangePermission 设置为 0,有效值为 1-8
The problem was that the CP_CARD_PIN_INFO property in CardGetProperty
its field dwChangePermission was set to 0 and the valid values are 1-8