The BasicCardService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BasicCardService()()()() |
Constructs a BasicCardService, with default BasicCardSelector.
|
![]() | BasicCardService(ICardSelector) |
Constructs a BasicCardService, with specified card selector.
|
Methods
Fields
Name | Description | |
---|---|---|
![]() | atr |
ATR of card.
(Inherited from AbstractCardService.) |
![]() | connection |
Connection to card used.
(Inherited from AbstractCardService.) |
![]() | doesNeedExclusiveConnection |
Set to false if shared connection should be used, or to true
if exclusive connection is required. Default is true.
(Inherited from AbstractCardService.) |
![]() | pconn |
Connection to processor card
(Inherited from AbstractBasicCardService.) |
![]() | random |
secure random number generator
(Inherited from AbstractBasicCardService.) |
![]() | selector |
Card selector used.
(Inherited from AbstractCardService.) |
Properties
Name | Description | |
---|---|---|
![]() | Algorithm |
Id of current active encryption algorithm.
(Inherited from AbstractBasicCardService.) |
![]() | AllowExtendedLength |
Allow using extended length APDU?
|
![]() | CardConnection |
Used connection.
|
![]() | CardSelector |
See CardSelector |
![]() | CustomerKeyEncryption |
True if encryption with customer key is active
(Inherited from AbstractBasicCardService.) |
![]() | FileIO |
See FileIO |
![]() | IsCardAvailable |
True if card is still available, false if card was removed.
(Inherited from AbstractCardService.) |
![]() | IsExclusive |
True if service uses an exclusive (not shared or locked)
connection. See
ICardService.IsExclusive.
(Inherited from AbstractCardService.) |
![]() | KeyNumber |
Number or CID of current active encryption key.
-1 if no encryption active.
(Inherited from AbstractBasicCardService.) |
![]() | NeedExclusiveConnection | |
![]() | Observer |
Observer monitoring this service
(Inherited from AbstractCardService.) |