Share via


SmartCardCryptogramPlacementStep.TemplateOffset Property

Definition

Gets or sets the offset into the target output buffer at which the generated cryptogram will be placed. Units may be either bytes or nibbles, based on the UnitsAreInNibbles flag of the CryptogramPlacementOptions field.

public:
 property int TemplateOffset { int get(); void set(int value); };
int TemplateOffset();

void TemplateOffset(int value);
public int TemplateOffset { get; set; }
var int32 = smartCardCryptogramPlacementStep.templateOffset;
smartCardCryptogramPlacementStep.templateOffset = int32;
Public Property TemplateOffset As Integer

Property Value

Int32

int

The data template offset.

Applies to

See also