Condividi tramite


SmartCardAutomaticResponseApdu.ShouldMatchLength Proprietà

Definizione

Ottiene o imposta un valore booleano che indica se il comando CommandApdu e in ingresso deve avere esattamente la lunghezza corrispondente.

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

Valore della proprietà

Boolean

bool

Valore booleano che indica se il comando CommandApdu e in ingresso deve avere esattamente la lunghezza corrispondente.

Si applica a

Vedi anche