Writing a text file to smart card c#

孤街浪徒 提交于 2019-12-13 09:14:24

问题


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.


回答1:


  • What card do you use
  • Are you sure you can write to the card?
  • Do you have the APDU manual for the card?

After you find a basic example of SCard* you need to know the right APDU-s to send to the card with SCardTransmit



来源:https://stackoverflow.com/questions/2793423/writing-a-text-file-to-smart-card-c-sharp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!