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.
我正在寻找一种方法来强制 c# 代码使用金雅拓智能卡向用户启用 PIN 提示,我尝试过:
PIN pin = new PIN("0000", 3); pin.Verify("0000");
我创建了仅使用验证方法的 PIN 对象