Compartilhar via


SmartCardAutomaticResponseApdu.ShouldMatchLength Propriedade

Definição

Obtém ou define um valor booliano que indica se o comando CommandApdu e de entrada devem ter exatamente o comprimento correspondente.

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

Valor da propriedade

Boolean

bool

Um valor booliano que indica se o comando CommandApdu e de entrada deve ter exatamente o comprimento correspondente.

Aplica-se a

Confira também