SCardPinStructure provides a set of paramteters for secure PIN entry.
This is a change from G1, which passed those parameter implicitly
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Top
Top
Top
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Class SCardPinStructure
This language is not supported or no code example is available.
public class SCardPinStructure
This language is not supported or no code example is available.
public ref class SCardPinStructure
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
SCardPinStructure() | Default constructor. |
Name | Description | |
---|---|---|
![]() |
ConfirmPin | PIN must be confirmed by pressing confirmation key. |
![]() |
Data | Data to be sent to the card |
![]() |
EntryValidationCondition | Conditions under which PIN entry should be considered complete |
![]() |
InsertionOffsetNew | Offset for new PIN value |
![]() |
InsertionOffsetOld | Offset for current PIN value |
![]() |
PinBlock | PC/SC PinBlock structure for secure PIN entry defined in PC/SC 2.0 |
![]() |
Timeout | Max time in seconds until the first secure PIN pad entry is detected. 00 means use default timeout. |
![]() |
Timeout2 | Max time after the first key stroke. 00 means use default timeout. |
Name | Description | |
---|---|---|
![]() |
BuildModify() | Builds PIN_MODIFY_STRUCTURE according to PC/SC 2.0 |
![]() |
BuildPinVerify() | Builds PIN verify structure. |