Allow using extended length APDU?

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

Syntax

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

Property Value

Type: Boolean

See Also