Share via


SmartCardAutomaticResponseApdu.ShouldMatchLength Property

Definition

Gets or sets a Boolean value indicating whether the CommandApdu and incoming command should have exactly matching length.

public:
 property bool ShouldMatchLength { bool get(); void set(bool value); };
bool ShouldMatchLength();

void ShouldMatchLength(bool value);
public bool ShouldMatchLength { get; set; }
var boolean = smartCardAutomaticResponseApdu.shouldMatchLength;
smartCardAutomaticResponseApdu.shouldMatchLength = boolean;
Public Property ShouldMatchLength As Boolean

Property Value

Boolean

bool

A Boolean value indicating whether the CommandApdu and incoming command should have exactly matching length.

Applies to

See also