The IProcessorCardConnection type exposes the following members.

Methods

  NameDescription
Public methodDispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodDispose(Boolean)
Releases the card connection.
(Inherited from ICardConnection.)
Public methodDoCommandAndResponse
Send command APDU to smart card and return response from card.
Public methodLock
Temporarly lock the card for exclusive use.
(Inherited from ICardConnection.)
Public methodReset()()()()
Reset the card (warm reset).
(Inherited from ICardConnection.)
Public methodReset(Boolean)
Reset the card, cold or warm reset.
(Inherited from ICardConnection.)
Public methodUnlock
Unlock card previously locked.
(Inherited from ICardConnection.)

See Also