标签: c# prompt smartcard gemalto
我正在寻找一种强制c#代码的方法,以便通过金雅拓智能卡向用户启用PIN提示,我尝试过:
PIN pin = new PIN("0000", 3); pin.Verify("0000");
我创建了PIN对象仅使用验证方法