MagneticStripeReaderReport.CardAuthenticationDataLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.