SmartCardCryptogramPlacementStep.CryptogramLength 属性

定义

获取或设置要从偏移量获取的输出的长度。

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

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

属性值

Int32

int

插入到传出消息中的加密语法不能超过此长度。 基于 CryptogramPlacementOptions 属性的 UnitsAreInNibbles 标志,单位可以是字节或小数。

适用于

另请参阅