MagneticStripeReaderCapabilities Class

Definition

Provides capabilities information for the magnetic stripe reader.

public ref class MagneticStripeReaderCapabilities sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MagneticStripeReaderCapabilities final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MagneticStripeReaderCapabilities
Public NotInheritable Class MagneticStripeReaderCapabilities
Inheritance
Object Platform::Object IInspectable MagneticStripeReaderCapabilities
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 Capabilities property of the MagneticStripeReader object.

Properties

AuthenticationLevel

Gets the authentication level supported by the device.

CardAuthentication

Gets the type of card authentication data that is supported by the device.

IsIsoSupported

Indicates whether the device supports ISO cards.

IsJisOneSupported

Indicates whether device supports JIS Type-I cards.

IsJisTwoSupported

Indicates whether the device supports JIS Type-II cards.

IsStatisticsReportingSupported

Indicates whether the device supports reporting of usage statistics.

IsStatisticsUpdatingSupported

Indicates whether the device supports updating of usage statistics.

IsTrackDataMaskingSupported

Indicates whether the device is capable of masking track data.

IsTransmitSentinelsSupported

Indicates whether the devices is able to transmit start and end sentinels.

PowerReportingType

Gets the power reporting capabilities of the device.

SupportedEncryptionAlgorithms

Gets the supported encryption algorithm.

Applies to