The BasicCardService type exposes the following members.

Properties

  NameDescription
Protected propertyAlgorithm
Id of current active encryption algorithm.
(Inherited from AbstractBasicCardService.)
Public propertyAllowExtendedLength
Allow using extended length APDU?
Public propertyCardConnection
Used connection.
Public propertyCardSelector
Protected propertyCustomerKeyEncryption
True if encryption with customer key is active
(Inherited from AbstractBasicCardService.)
Public propertyFileIO
See FileIO
Public propertyIsCardAvailable
True if card is still available, false if card was removed.
(Inherited from AbstractCardService.)
Public propertyIsExclusive
True if service uses an exclusive (not shared or locked) connection. See ICardService.IsExclusive.
(Inherited from AbstractCardService.)
Protected propertyKeyNumber
Number or CID of current active encryption key. -1 if no encryption active.
(Inherited from AbstractBasicCardService.)
Public propertyNeedExclusiveConnection
Protected propertyObserver
Observer monitoring this service
(Inherited from AbstractCardService.)

See Also