SmartCardCryptogramPlacementStep.CryptogramLength 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要从偏移量获取的输出的长度。
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 标志,单位可以是字节或小数。