Partager via


SmartCardAutomaticResponseApdu.ShouldMatchLength Propriété

Définition

Obtient ou définit une valeur booléenne indiquant si la commande CommandApdu et la commande entrante doivent avoir une longueur exactement correspondante.

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

Valeur de propriété

Boolean

bool

Valeur booléenne indiquant si la commande CommandApdu et la commande entrante doivent avoir une longueur exactement correspondante.

S’applique à

Voir aussi