MagneticStripeReaderReport.CardAuthenticationDataLength 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取加密前的原始 CardAuthenticationData 的长度。
public:
property unsigned int CardAuthenticationDataLength { unsigned int get(); };
uint32_t CardAuthenticationDataLength();
public uint CardAuthenticationDataLength { get; }
var uInt32 = magneticStripeReaderReport.cardAuthenticationDataLength;
Public ReadOnly Property CardAuthenticationDataLength As UInteger
属性值
原始 CardAuthenticationData 加密前的长度。
注解
许多加密算法要求先填充输入数据,然后才能对其进行加密。 此属性包含加密之前原始未对数据进行加密的长度。 解密后可能需要还原原始数据。