MagneticStripeReaderReport.CardAuthenticationData 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 card authentication information for the recently swiped card.
public:
property IBuffer ^ CardAuthenticationData { IBuffer ^ get(); };
IBuffer CardAuthenticationData();
public IBuffer CardAuthenticationData { get; }
var iBuffer = magneticStripeReaderReport.cardAuthenticationData;
Public ReadOnly Property CardAuthenticationData As IBuffer
Property Value
The card authentication data.
Remarks
The information and internal format of this property vary among services. This property is empty if the device does not support authentication. Otherwise, the value of this property is encrypted using the encryption algorithm in DataEncryptionAlgorithm property.