SmartCardEmulationType 열거형

정의

디바이스가 스마트 카드 에뮬레이트하는 메커니즘을 정의합니다.

public enum class SmartCardEmulationType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 65536)]
enum class SmartCardEmulationType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 65536)]
public enum SmartCardEmulationType
var value = Windows.Devices.SmartCards.SmartCardEmulationType.host
Public Enum SmartCardEmulationType
상속
SmartCardEmulationType
특성

Windows 요구 사항

디바이스 패밀리
Windows Mobile Extension SDK (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (v1.0에서 도입되었습니다.)

필드

EmbeddedSE 2

디바이스는 APDU(애플리케이션 프로토콜 데이터 단위) 명령을 포함된 SE 판독기로 전달하여 스마트 카드 에뮬레이트합니다.

Host 0

디바이스는 APDU(애플리케이션 프로토콜 데이터 단위) 명령을 호스트 애플리케이션에 전달하여 스마트 카드 에뮬레이트합니다. 이 명령은 다시 응답합니다.

Uicc 1

디바이스는 APDU(애플리케이션 프로토콜 데이터 단위) 명령을 물리적 UICC 카드 직접 전달하여 스마트 카드 에뮬레이트합니다. UICC 카드 더 일반적으로 SIM 카드라고 합니다.

설명

버전 기록

Windows 버전 SDK 버전 추가된 값
1607 14393 EmbeddedSE

적용 대상

추가 정보