If set to true prevent this command 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 CLA INS P1 P2 LC and LE is visible in log file but no data. For response apdu corresponding to this command only SW1SW2 is visible in log file.

See Also