The BasicCardLoadService 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?
(Inherited from AbstractBasicCardService.)
Public propertyCardSelector
Card selector, see ICardService.CardSelector
(Inherited from AbstractCardService.)
Protected propertyCustomerKeyEncryption
True if encryption with customer key is active
(Inherited from AbstractBasicCardService.)
Protected propertyFileIO
Fileio object to access BasicCard file system.
(Inherited from AbstractBasicCardService.)
Public propertyImage
BasicCard image to load
Public propertyInvoker
Invoker, e.g. Windows forrms control. To use for invoking events.
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
True if an exclusive connection is required. See ICardService.NeedExclusiveConnection.
(Inherited from AbstractCardService.)
Protected propertyObserver
Observer monitoring this service
(Inherited from AbstractCardService.)
Public propertyStatic memberProcessAllCards
Set to true to process all cards even if not a processable BasicCard. Default is false.
Public propertyStatic memberUseColdReset
Use cold reset instead of warm reset when changing card state.

See Also