问题
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