SmartCardCryptogramPlacementStep.CryptogramLength Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta la lunghezza dell'output da recuperare dall'offset.
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
Valore della proprietà
Int32
int
Il cryptogramma inserito nel messaggio in uscita potrebbe non superare questa lunghezza. Le unità possono essere byte o nibbles, in base al flag UnitsAreInNibbles della proprietà CryptogramPlacementOptions .