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

Name Description
Public method Static EncodeBcd(string, byte[], int) Encodes a PIN as BCD (binary coded digits) and writes it to a destination buffer.
Public method Static EncodePin(PinEncodingIdentifier, string) Helper function that encodes the given PIN as required by this CardPinControl.
Public method Static IsValidPinDigit(PinEncodingIdentifier, char) Checks if PIN character is valid.
Top