嗨,我想通过智能卡读卡器阅读gemalto卡,使用通用windows平台和c#,尽管我已经在wpf和windows应用程序中测试了它,它使用winscard.dll进行了完美的工作。
发布于 2018-03-29 07:07:00
在UWP中,您可以使用Windows.Devices.SmartCards API处理智能卡。
您可以检查官方的智能卡样本来学习如何使用这些API。
https://stackoverflow.com/questions/49542861
相似问题