Share via


SmartCardAutomaticResponseApdu.ShouldMatchLength 属性

定义

获取或设置一个布尔值,该值指示 CommandApdu 和传入命令是否应具有完全匹配的长度。

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

属性值

Boolean

bool

一个布尔值,指示 CommandApdu 和传入命令的长度是否完全匹配。

适用于

另请参阅