SmartCardCryptogramPlacementStep.CryptogramLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the length of the output to take from the 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
Property Value
Int32
int
The cryptogram inserted into the outgoing message may not exceed this length. Units may be either bytes or nibbles, based on the UnitsAreInNibbles flag of the CryptogramPlacementOptions property.