SmartCardCryptogramPlacementStep.CryptogramOffset 속성

정의

보내는 메시지에 배치할 암호화를 생성하는 데 사용할 데이터를 가져오거나 설정합니다.

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

속성 값

Int32

int

전송될 메시지로 복사를 시작할 생성된 암호화의 오프셋입니다. 단위는 CryptogramPlacementOptions 필드의 UnitsAreInNibbles 플래그에 따라 바이트 또는 니블일 수 있습니다.

적용 대상

추가 정보