SmartCardEmulator 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
스마트 카드 에뮬레이터 디바이스를 나타냅니다.
public ref class SmartCardEmulator sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SmartCardEmulator final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SmartCardEmulator
Public NotInheritable Class SmartCardEmulator
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows Mobile Extension SDK (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (v1.0에서 도입되었습니다.)
|
설명
버전 기록
Windows 버전 | SDK 버전 | 추가된 값 |
---|---|---|
1709 | 16299 | Issupported |
속성
EnablementPolicy |
사용자가 설정한 현재 카드 에뮬레이션 정책을 가져옵니다. |
MaxAppletIdGroupRegistrations |
허용되는 애플릿 ID 그룹 등록의 최대 수를 가져옵니다. |
메서드
GetAppletIdGroupRegistrationsAsync() |
이 스마트 카드 등록된 애플릿 식별자 그룹을 비동기적으로 가져옵니다. |
GetDefaultAsync() |
기본 스마트 카드 에뮬레이터 디바이스를 나타내는 SmartCardEmulator 개체를 반환합니다. |
IsHostCardEmulationSupported() |
이 디바이스에서 호스트 카드 에뮬레이션을 지원하는지 여부를 나타내는 부울 값을 가져옵니다. |
IsSupported() |
SmartCardEmulator가 지원되는지 여부를 반환합니다. |
RegisterAppletIdGroupAsync(SmartCardAppletIdGroup) |
애플릿 ID 그룹을 비동기적으로 등록합니다. |
Start() |
스마트 카드 에뮬레이터를 시작합니다. 이 메서드는 백그라운드 작업에서 호출해야 합니다. |
UnregisterAppletIdGroupAsync(SmartCardAppletIdGroupRegistration) |
이전에 등록된 애플릿 ID 그룹을 비동기적으로 등록 취소합니다. |
이벤트
ApduReceived |
NFC 컨트롤러에서 APDU(애플리케이션 프로토콜 데이터 단위)를 수신할 때 발생합니다. |
ConnectionDeactivated |
디바이스와의 연결이 물리적으로 끊어지거나 NFC 판독기가 다른 앱에 대한 연결을 요청할 때 발생합니다. |