SmartCardEmulationType 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
디바이스가 스마트 카드 에뮬레이트하는 메커니즘을 정의합니다.
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 |