MagneticStripeReaderTrackData.EncryptedData 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 encrypted data from the swiped card.
public:
property IBuffer ^ EncryptedData { IBuffer ^ get(); };
IBuffer EncryptedData();
public IBuffer EncryptedData { get; }
var iBuffer = magneticStripeReaderTrackData.encryptedData;
Public ReadOnly Property EncryptedData As IBuffer
Property Value
The encrypted data from the swiped card.
Remarks
This property is empty if the DataEncryptionAlgorithm is set to None.