KnownSmartCardAppletIds 클래스

정의

알려진 스마트 카드 애플릿 ID의 선택을 나타내는 클래스입니다. 속성을 통해 노출합니다.

public ref class KnownSmartCardAppletIds abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 393216)]
class KnownSmartCardAppletIds final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 393216)]
public static class KnownSmartCardAppletIds
Public Class KnownSmartCardAppletIds
상속
Object Platform::Object IInspectable KnownSmartCardAppletIds
특성

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1809 (10.0.17763.0에서 도입되었습니다.)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (v6.0에서 도입되었습니다.)

설명

애플릿 ID(애플리케이션 ID 또는 AID라고도 함)는 스마트 카드의 애플리케이션을 나타내는 식별자(5~16바이트 시퀀스)입니다. SIM 카드(또는 UICC)는 직원 배지 또는 신용 카드 스마트 카드의 예입니다.

잘 알려진 몇 가지 AID가 있습니다. 결제 시나리오의 경우 두 가지 중요한 AID는 PSE(결제 시스템 환경) 및 PPSE(근접 결제 시스템 환경) 애플리케이션을 식별합니다. 결제 터미널이 신용 카드 연결하는 경우 터미널이 이야기하는 첫 번째 애플리케이션은 이 중 하나입니다. 터미널에 크레딧 카드 삽입할 때 PSE 애플리케이션이 사용됩니다. NFC(근거리 통신)가 있는 터미널에 대해 카드 탭하면 PPSE 애플리케이션이 사용됩니다.

속성

PaymentSystemEnvironment

PSE(결제 시스템 환경) 애플리케이션의 애플릿 ID를 가져옵니다.

ProximityPaymentSystemEnvironment

PPSE(근접 결제 시스템 환경) 애플리케이션의 애플릿 ID를 가져옵니다.

적용 대상