MagneticStripeReaderReport.CardAuthenticationDataLength 属性

定义

获取加密前的原始 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

属性值

UInt32

unsigned int

uint32_t

原始 CardAuthenticationData 加密前的长度。

注解

许多加密算法要求先填充输入数据,然后才能对其进行加密。 此属性包含加密之前原始未对数据进行加密的长度。 解密后可能需要还原原始数据。

适用于