Share via


SmartCardCryptogramPlacementStep.CryptogramOffset Property

Definition

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.

Applies to

See also