将文本文件写入智能卡 C#
我想做的是将文本文件写入智能卡并读取它。
WindSCard是要使用的dll,但它的功能非常神秘。
是否有任何免费的包装器可用,是否有任何教程可以完成我想做的事情。
What I want to do is write a text file to a smart card and read it.
WindSCard is the dll to be used but but it's functions are very cryptic.
Is there any FREE wrapper available over it and is there any tutorial that does what I want to do.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到 SCard* 的基本示例后,您需要知道使用 SCardTransmit 发送到卡的正确 APDU
After you find a basic example of SCard* you need to know the right APDU-s to send to the card with SCardTransmit