Higher level smart card access class based on the PC/SC access class
SCardComm.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Top
Top
Top
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Class CardPcScTerminalBase
Inherits SCardComm
This language is not supported or no code example is available.
public class CardPcScTerminalBase : SCardComm
This language is not supported or no code example is available.
public ref class CardPcScTerminalBase : public SCardComm^
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
CardPcScTerminalBase(SCardResourceManager) | Constructs this CardPcScTerminalBase instance. |
Name | Description | |
---|---|---|
![]() |
ATR | Provides the ATR of the connected card. |
![]() |
CanModifyPinSecure | Indicates whether a secure PIN modification is possible with the connected reader. |
![]() |
CanVerifyPinSecure | Indicates whether a secure PIN entry is possible with the connected reader. |
![]() |
TerminalSerialNumber | Provides the vendor supplied terminal serial number. |
Name | Description | |
---|---|---|
![]() |
SendCommand(CardCommandAPDU) | Sends the command APDU to the card and returns its response APDU. |
![]() |
VerifyPinSecure(CardPinControl) | Performs a PIN verification through Class 2 secure PIN entry. |
CardWerk.SmartCard.CardPcScTerminalBase