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 의 길이입니다.

설명

많은 암호화 알고리즘을 암호화하려면 입력 데이터의 패딩이 필요합니다. 이 속성은 암호화되기 전에 원래의 비패딩된 데이터의 길이를 포함합니다. 암호 해독 후 원래 데이터를 복원해야 할 수 있습니다.

적용 대상