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

Name Description
Public property Encoding The PIN encoding that is used when inserting the PIN into the command APDU template.
Public property IsAlphanumeric Indicates whether the PIN entry may be alphanumeric.
Public property MaxLength The maximum acceptable length of the PIN.
Public property MinLength The minimum acceptable length of the PIN.
Public property MustConfirm True if the card holder must confirm his PIN entry by pressing the ENTER or OK button.
Public property Offset Byte offset where the PIN shall be inserted into the command APDU template.
Public property Offset2 Byte offset where the second PIN shall be inserted into the command APDU template.
Public property PinBlockLength New in version 4.0: The byte length of a complete PIN block including any padding.
Public property Template The command APDU template that will be used to construct the final VERIFY PIN (or similar) command.
Top