I had a POS Application, and I need to access the customer identification no with the smart card reader (Gemalto ID Bridge CT-40) from my application. Is there any SDK or Dll file available on Windows to access smart card reader, my Application is build on vb.NET.
Asked
Active
Viewed 203 times
2 Answers
1
it depends on the smart card applets installed on the card. in general, you can send commands to the card using winscard.dll. you could find more details on https://wisnu.id/notes/developing-apdu-sender-using-winscard/

user1628675
- 11
- 1
1
You need to be more specific.
It depends on the smart card, the version of Windows etc.
These may help get you started:
and
https://learn.microsoft.com/en-us/uwp/api/windows.devices.smartcards?view=winrt-19041

William Humphreys
- 1,206
- 1
- 14
- 38