SmartCardCryptogramPlacementStep.CryptogramLength 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 la longueur de la sortie à prendre à partir du décalage.
public:
property int CryptogramLength { int get(); void set(int value); };
int CryptogramLength();
void CryptogramLength(int value);
public int CryptogramLength { get; set; }
var int32 = smartCardCryptogramPlacementStep.cryptogramLength;
smartCardCryptogramPlacementStep.cryptogramLength = int32;
Public Property CryptogramLength As Integer
Valeur de propriété
Int32
int
Le cryptogramme inséré dans le message sortant ne peut pas dépasser cette longueur. Les unités peuvent être des octets ou des nibbles, en fonction de l’indicateur UnitsAreInNibbles de la propriété CryptogramPlacementOptions .