共用方式為


SmartCardCryptogramPlacementStep.TemplateOffset 屬性

定義

取得或設定要放置所產生密碼編譯器的目標輸出緩衝區中的位移。 單位可以是位元組或 nibbles,根據 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

資料範本位移。

適用於

另請參閱