Compartir a través de


SmartCardAutomaticResponseApdu.ShouldMatchLength Propiedad

Definición

Obtiene o establece un valor booleano que indica si el comando CommandApdu y el comando entrante deben tener exactamente la longitud coincidente.

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 de propiedad

Boolean

bool

Valor booleano que indica si el comando CommandApdu y el comando entrante deben tener exactamente la longitud coincidente.

Se aplica a

Consulte también