SmartCardCryptogramPlacementStep.TemplateOffset 属性

定义

获取或设置目标输出缓冲区的偏移量,生成的加密语法将放置在该缓冲区。 基于 CryptogramPlacementOptions 字段的 UnitsAreInNibbles 标志,单位可以是字节或小数。

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

属性值

Int32

int

数据模板偏移量。

适用于

另请参阅