Indicates if the APDU should be encoded using extended length LE.

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

Syntax

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

Property Value

Type: Boolean

Remarks

It is not recommended to set UseExtendedLE without setting UseExtendedLC. This can be done in one step by using UseExtendedLength.

See Also