Constants related to PC/SC 2.x This class might eventually be moved to a shared module as
it can be used for any contactless card system that is PC/SC 2.0x compliant.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Top
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Class CardPcScPart3Constant
This language is not supported or no code example is available.
public static class CardPcScPart3Constant
This language is not supported or no code example is available.
public ref class CardPcScPart3Constant
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
API_VERSION | (Immutable) API version string returned by MiddlewareVersion. |
![]() |
CLA | (Immutable) CLA byte for PC/SC 2.01 compliant command. This CLA byte is typically used to access UID or vendor specific reader commands. It is a virtual command implemented on driver or reader firmware level rather than the card edge level. |
![]() |
INS_DECREMENT | (Immutable) PC/SC 2.01 command to decrement an on-card counter. |
![]() |
INS_GENERAL_AUTHENTICATE | (Immutable) PC/SC 2.01 GENERAL AUTHENTICATE command. Note that this command replaces the obsolete 0x88 AUTHENTICATE command. |
![]() |
INS_GET_DATA | (Immutable) INS byte for PC/SC GET DATA command. With P1=0 and P2=0 this INS reads the ISO level UID. |
![]() |
INS_INCREMENT | (Immutable) PC/SC 2.01 command to increment an on-card counter. |
![]() |
INS_INCREMENT_DECREMENT | (Immutable) PC/SC 2.01 command to increment or decrement an on-card value. |
![]() |
INS_LOAD_KEY | (Immutable) PC/SC 2.01 LOAD KEY command. This command loads a key to the reader that then can be used by reference (key number) for reader-card authentication. |
![]() |
INS_READ_DATA | (Immutable) PC/SC 2.01 command to read card data. |
![]() |
INS_WRITE_DATA | (Immutable) PC/SC 2.01 command to write data. |
![]() |
KEY_NUMBER_INVALID | (Immutable) To allows clean initialization of card interface. |
![]() |
KEY_TYPE_INVALID | (Immutable) To allows clean initialization of card interface. |
![]() |
KEY_TYPE_MIFARE_A | (Immutable) PC/SC 2.01 mifare type A key. |
![]() |
KEY_TYPE_MIFARE_B | (Immutable) PCSC 2.01 mifare type B key also for PicoTag and PicoPass Debit_key or Credit_key. |
![]() |
KEY_TYPE_PICOPASS_CREDIT | (Immutable) PC/SC 2.01 (OK?) PicoPass/HID iCLASS Credit Key (KC) |
![]() |
KEY_TYPE_PICOPASS_DEBIT | (Immutable) PC/SC 2.01 (OK?) PicoPass/HID iCLASS Debit Key (KD) |
![]() ![]() |
RID | (Immutable) Registered Application Identifier for PC/SC Workgroup. |
Marc, 9/29/2022.