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。

适用于