Quick check to find out if the current terminal (card reader) has a secure keypad.
Use the CardHandle.VerifyPin to delegate secure PIN
entry (SPE) requests to a class 2 reader.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Class2 card reader can be used with any smart card application that uses ISO 7816-4 compliant
PIN VERIFY or CHANGE commands on APDU level. Rather than typing the PIN on a computer keyboard
and sending it over unsecured USB line, a template is sent to the reader and the reader then
converts it to a valid VERIFY PIN APDU that is then sent directly to the card.
As long as the host application follows PC/SC part 10, this can help adding security to any s
mart card application including PIV, CAC and EMV.