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

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

Syntax

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

Property Value

Type: Boolean

Remarks

This property sets both properties UseExtendedLC and UseExtendedLE.

See Also