The AbstractBasicCardService type exposes the following members.

Properties

  NameDescription
Protected propertyAlgorithm
Id of current active encryption algorithm.
Public propertyAllowExtendedLength
Allow using extended length APDU?
Public propertyCardSelector
Card selector, see ICardService.CardSelector
(Inherited from AbstractCardService.)
Protected propertyCustomerKeyEncryption
True if encryption with customer key is active
Protected propertyFileIO
Fileio object to access BasicCard file system.
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.
Public propertyNeedExclusiveConnection
True if an exclusive connection is required. See ICardService.NeedExclusiveConnection.
(Inherited from AbstractCardService.)
Protected propertyObserver
Observer monitoring this service
(Inherited from AbstractCardService.)

See Also