Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道如何获取智能卡或令牌的 PIN 尝试次数。NET 还是 C/C++?
唯一的标准化方式 (ISO 7816-4) 是发送 VERIFY 命令。如果卡响应 63Cx,则 x 是重试次数。如果没有,则可能存在专有命令来找出答案。但是没有通用命令,除了查看智能卡或令牌的手册之外别无他法。