Required atr history bytes to check for. Set to null (default) to disable
check for atr history bytes.
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public BasicCardString AtrHistory { get; set; } |
Visual Basic |
---|
Public Property AtrHistory As BasicCardString
Get
Set |
Visual C++ |
---|
public:
property BasicCardString^ AtrHistory {
BasicCardString^ get ();
void set (BasicCardString^ value);
} |
F# |
---|
member AtrHistory : BasicCardString with get, set
|
Property Value
Type:
BasicCardString
See Also