MagneticStripeReaderAuthenticationLevel
MagneticStripeReaderAuthenticationLevel
MagneticStripeReaderAuthenticationLevel
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 MagneticStripeReaderAuthenticationLevelpublic enum MagneticStripeReaderAuthenticationLevelPublic Enum MagneticStripeReaderAuthenticationLevel// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| NotSupported NotSupported NotSupported NotSupported | Does not support authentication. |
| Optional Optional Optional Optional | Supports authentication, but does not require it. |
| Required Required Required Required | Requires authentication. |