MagneticStripeReaderAuthenticationLevel 枚举

定义

定义常量,这些常量指示对磁条读取器身份验证协议的支持级别:NotSupported、Optional 或 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
继承
MagneticStripeReaderAuthenticationLevel
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

NotSupported 0

不支持身份验证。

Optional 1

支持身份验证,但不需要身份验证。

Required 2

需要身份验证。

适用于