Constructs a AbstractBasicCardService object which uses a BasicCardSelector
to select cards with specified application id and specified ATR history.
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public AbstractBasicCardService(
string applicationID,
string atrHistory
) |
Visual Basic |
---|
Public Sub New (
applicationID As String,
atrHistory As String
) |
Visual C++ |
---|
public:
AbstractBasicCardService(
String^ applicationID,
String^ atrHistory
) |
F# |
---|
new :
applicationID : string *
atrHistory : string -> AbstractBasicCardService |
Parameters
- applicationID
- Type: System..::..String
Application id or null if no specific application id is required.
- atrHistory
- Type: System..::..String
ATR history id or null if no specific history is required.
See Also