0

我有一个 POS 应用程序,我需要从我的应用程序中使用智能卡读卡器 (Gemalto ID Bridge CT-40) 访问客户识别号。Windows 上是否有任何 SDK 或 Dll 文件可用于访问智能卡读卡器,我的应用程序是基于 vb.NET 构建的。

4

2 回答 2

1

你需要更具体。

这取决于智能卡、Windows 版本等。

这些可能会帮助您入门:

https://docs.microsoft.com/en-us/windows/security/identity-protection/smart-cards/smart-card-how-smart-card-sign-in-works-in-windows

https://docs.microsoft.com/en-us/uwp/api/windows.devices.smartcards?view=winrt-19041

于 2020-09-07T17:25:24.953 回答
1

这取决于卡上安装的智能卡小程序。通常,您可以使用 winscard.dll 向卡发送命令。您可以在https://wisnu.id/notes/developing-apdu-sender-using-winscard/上找到更多详细信息

于 2020-09-07T09:54:00.447 回答