SmartCardCryptogramPlacementStep.CryptogramOffset 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 data that will be used to generate the cryptogram to be placed in the outgoing message.
public:
property int CryptogramOffset { int get(); void set(int value); };
int CryptogramOffset();
void CryptogramOffset(int value);
public int CryptogramOffset { get; set; }
var int32 = smartCardCryptogramPlacementStep.cryptogramOffset;
smartCardCryptogramPlacementStep.cryptogramOffset = int32;
Public Property CryptogramOffset As Integer
Property Value
Int32
int
The offset in the generated cryptogram to begin copying into the message that will be sent. Units may be either bytes or nibbles, based on the UnitsAreInNibbles flag of the CryptogramPlacementOptions field.