Used to indicate the desired disposition of the card following a transaction or when a
connection is terminated.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Member name | Description | |
---|---|---|
Confiscate | Used to indicate that a sophisticated commercial reader should move the card to the confiscation bin and not return it to the user. This is equivalent to the PC/SC constant SCARD_CONFISCATE_CARD. | |
EjectCard | Eject the card from the reader. This is equivalent to the PC/SC constant SCARD_EJECT_CARD. | |
LeaveCard | Don’t alter card state. This is equivalent to the PC/SC constant SCARD_LEAVE_CARD. | |
ResetCard | Reset the card. This is equivalent to the PC/SC constant SCARD_RESET_CARD. | |
UnpowerCard | Unpower and terminate access to the card. This is equivalent to the PC/SC constant SCARD_UNPOWER_CARD. |
Marc, 9/29/2022.