MagneticStripeReaderReport.CardAuthenticationDataLength Property

Definition

Gets the length of the raw CardAuthenticationData before it is encrypted.

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

Property Value

UInt32

unsigned int

uint32_t

The length of the raw CardAuthenticationData before it is encrypted.

Remarks

Many encryption algorithms require padding of the input data before it can be encrypted. This property contains the length of the original unpadded data before it is encrypted. It may be needed to restore the original data after decryption.

Applies to