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