将文本文件写入智能卡 C#

发布于 2024-09-01 11:43:18 字数 97 浏览 2 评论 0原文

我想做的是将文本文件写入智能卡并读取它。
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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

三生殊途 2024-09-08 11:43:18
  • 您使用什么卡
  • 您确定可以写入该卡吗?
  • 您有该卡的 APDU 手册吗?

找到 SCard* 的基本示例后,您需要知道使用 SCardTransmit 发送到卡的正确 APDU

  • 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文