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)

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.
public class CardPcScPart3Constant
This language is not supported or no code example is available.
Name Description
Public field API_VERSION (Immutable) API version string returned by MiddlewareVersion.
Public field 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.
Public field INS_DECREMENT (Immutable) PC/SC 2.01 command to decrement an on-card counter.
Public field INS_GENERAL_AUTHENTICATE (Immutable) PC/SC 2.01 GENERAL AUTHENTICATE command. Note that this command replaces the obsolete 0x88 AUTHENTICATE command.
Public field 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.
Public field INS_INCREMENT (Immutable) PC/SC 2.01 command to increment an on-card counter.
Public field INS_INCREMENT_DECREMENT (Immutable) PC/SC 2.01 command to increment or decrement an on-card value.
Public field 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.
Public field INS_READ_DATA (Immutable) PC/SC 2.01 command to read card data.
Public field INS_WRITE_DATA (Immutable) PC/SC 2.01 command to write data.
Public field KEY_NUMBER_INVALID (Immutable) To allows clean initialization of card interface.
Public field KEY_TYPE_INVALID (Immutable) To allows clean initialization of card interface.
Public field KEY_TYPE_MIFARE_A (Immutable) PC/SC 2.01 mifare type A key.
Public field KEY_TYPE_MIFARE_B (Immutable) PCSC 2.01 mifare type B key also for PicoTag and PicoPass Debit_key or Credit_key.
Public field KEY_TYPE_PICOPASS_CREDIT (Immutable) PC/SC 2.01 (OK?) PicoPass/HID iCLASS Credit Key (KC)
Public field KEY_TYPE_PICOPASS_DEBIT (Immutable) PC/SC 2.01 (OK?) PicoPass/HID iCLASS Debit Key (KD)
Public field Static RID (Immutable) Registered Application Identifier for PC/SC Workgroup.
Top
Marc, 9/29/2022.

.NET Framework

Supported in: 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

.NET Core

Supported in: 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0

.NET Standard

Supported in: 2.0