SmartCardAutomaticResponseApdu.ShouldMatchLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.