SmartCardAutomaticResponseApdu.ShouldMatchLength 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个布尔值,该值指示 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 和传入命令的长度是否完全匹配。