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

인증이 필요합니다.

적용 대상