使用智能卡微型驱动程序进行电子邮件签名 (Outlook) [Windows]

发布于 2024-09-01 08:35:55 字数 450 浏览 3 评论 0原文

我正在开发智能卡微型驱动程序,并尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

黒涩兲箜 2024-09-08 08:35:55

问题在于 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文