MagneticStripeReaderTrackData.EncryptedData Property

Definition

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.

Applies to