SmartCardCryptogramPlacementStep.TemplateOffset 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 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.