MagneticStripeReaderAuthenticationLevel Enum

Definition

Defines the constants that indicates the level of support for magnetic stripe reader authentication protocol: NotSupported, Optional, or Required.

public enum class MagneticStripeReaderAuthenticationLevel
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class MagneticStripeReaderAuthenticationLevel
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum MagneticStripeReaderAuthenticationLevel
var value = Windows.Devices.PointOfService.MagneticStripeReaderAuthenticationLevel.notSupported
Public Enum MagneticStripeReaderAuthenticationLevel
Inheritance
MagneticStripeReaderAuthenticationLevel
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)

Fields

NotSupported 0

Does not support authentication.

Optional 1

Supports authentication, but does not require it.

Required 2

Requires authentication.

Applies to