SmartCardAutomaticResponseApdu.ShouldMatchLength Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.