The following tables list the members exposed by the CardPinControl type.

Name Description
Public method BuildCardCommandAPDU(string) Builds the VERIFY command APDU to be sent to the card by filling the given PIN into the command APDU template.
Public method BuildModifyCardCommandAPDU(string, string) Builds the MODIFY command APDU to be sent to the card by filling the given PINs into the command APDU template.
Public method BuildTerminalCommandAPDU(int, string, int) Builds a command APDU to be sent to the terminal in order to perform a secure PIN entry by itself.
Public method BuildTerminalModifyCommandAPDU(int, string[], int) Builds a command APDU to be sent to the terminal in order to perform a secure PIN modification by itself.
Public method EncodePin(string) Helper function that encodes the given PIN as required by this CardPinControl.
Public method IsAcceptablePin(string) Checks a PIN whether it is acceptable according to this PIN control.
Top