If set to true prevent this response apdu from being visible in log file.

Namespace: BasicCard.ProcessorCards
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public bool DoNotLog { get; set; }
Visual Basic
Public Property DoNotLog As Boolean
	Get
	Set
Visual C++
public:
property bool DoNotLog {
	bool get ();
	void set (bool value);
}
F#
member DoNotLog : bool with get, set

Property Value

Type: Boolean

Remarks

If set to true only SW1SW2 is visible in log file. Initially this value is set to correspond to related commmand apdu setting

See Also