The following tables list the members exposed by the CardTerminalSlot type.
Name | Description | |
---|---|---|
![]() |
AcquireCard(CardTypes, out CardActivationResult) | Acquire exclusive access to a card inserted in this card terminal slot. |
![]() |
BeginTransaction() | Begins a card transaction. Important for longer APDU exchanges (example: authentication + data access). This is a way for the host application to ensure that a block of APDU commands is processed completely before releasing a potentially shared smart card session to an external process. |
![]() |
EjectCard() | Eject an inserted card. |
![]() |
EndTransaction() | Ends a card transaction. This makes the card connection available to other processes again. |
![]() |
GetTerminalSerialNumber() | Reads the vendor supplied terminal serial number. |
![]() |
ReconnectCard(out byte[]) | Resets a previously established communication connection with the card. |
![]() |
SendCommand(CardCommandAPDU) | Sends a command to this card terminal slot. |
![]() |
SendVerifyCommand(CardPinControl) | Sends a verify command. |
![]() |
ToString() | Returns a string that represents the current object. |