MagneticStripeReaderReport Class

Definition

Contains data from the recently swiped card.

public ref class MagneticStripeReaderReport sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MagneticStripeReaderReport final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MagneticStripeReaderReport
Public NotInheritable Class MagneticStripeReaderReport
Inheritance
Object Platform::Object IInspectable MagneticStripeReaderReport
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

This object is accessed when you retrieve the Report property of MagneticStripeReaderBankCardDataReceivedEventArgs, MagneticStripeReaderAamvaCardDataReceivedEventArgs, or MagneticStripeReaderVendorSpecificCardDataReceivedEventArgs object.

Properties

AdditionalSecurityInformation

Gets the additional security or encryption information for the recently swiped card.

CardAuthenticationData

Gets the card authentication information for the recently swiped card.

CardAuthenticationDataLength

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

CardType

Gets the card type identifier for the recently swiped card.

Properties

Gets a dictionary of properties for the recently swiped card.

Track1

Gets the track data for Track 1.

Track2

Gets the track data for Track 2.

Track3

Gets the track data for Track 3.

Track4

Gets the track data for Track 4.

Applies to