SmartCardAppletIdGroup 類別

定義

代表數位卡片的類別,可以是自我管理 (主機卡片模擬) ,或由實體內嵌安全元素支援, (eSE) 。 您也可以將這個類別視為定義智慧卡小程式識別碼的集合。

public ref class SmartCardAppletIdGroup sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.SmartCards.ISmartCardAppletIdGroupFactory, 65536, Windows.Devices.SmartCards.SmartCardEmulatorContract)]
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Devices.SmartCards.SmartCardEmulatorContract)]
/// [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 SmartCardAppletIdGroup final
/// [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)]
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.SmartCards.ISmartCardAppletIdGroupFactory, 65536, "Windows.Devices.SmartCards.SmartCardEmulatorContract")]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Devices.SmartCards.SmartCardEmulatorContract")]
class SmartCardAppletIdGroup final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.SmartCards.ISmartCardAppletIdGroupFactory), 65536, typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract))]
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract))]
[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 SmartCardAppletIdGroup
[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)]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.SmartCards.ISmartCardAppletIdGroupFactory), 65536, "Windows.Devices.SmartCards.SmartCardEmulatorContract")]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Devices.SmartCards.SmartCardEmulatorContract")]
public sealed class SmartCardAppletIdGroup
function SmartCardAppletIdGroup(displayName, appletIds, emulationCategory, emulationType)
Public NotInheritable Class SmartCardAppletIdGroup
繼承
Object Platform::Object IInspectable SmartCardAppletIdGroup
屬性

Windows 需求

裝置系列
Windows Mobile Extension SDK (已於 10.0.10240.0 引進)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (已於 v1.0 引進)

備註

版本歷程記錄

Windows 版本 SDK 版本 已新增值
1809 17763 描述
1809 17763 標誌
1809 17763 屬性
1809 17763 SecureUserAuthenticationRequired

建構函式

SmartCardAppletIdGroup()

初始化 SmartCardAppletIdGroup 類別的新實例。

SmartCardAppletIdGroup(String, IVector<IBuffer>, SmartCardEmulationCategory, SmartCardEmulationType)

使用指定的參數,初始化 SmartCardAppletIdGroup 類別的新實例。

屬性

AppletIds

取得小程式識別碼的集合。

AutomaticEnablement

取得或設定布林值,指出是否允許啟用此 AppletIdGroup的作業系統。

Description

取得或設定智慧卡的擴充描述,以協助更輕鬆地識別智慧卡。 例如,您可以將此設定為信用卡號碼的最後四位數。

DisplayName

設定或取得這個小程式識別碼群組的名稱。

Logo

取得或設定代表智慧卡的影像。 例如,這可能模擬信用卡的實體外觀。

MaxAppletIds

取得允許小程式識別碼的最大數目。

Properties

取得智慧卡的 (泛型) 屬性包。

SecureUserAuthenticationRequired

取得或設定值,指出智慧卡是否需要使用者在智慧卡處理 (交易之前使用安全生物特徵辨識進行驗證,例如,使用者點選其指紋來核准付款) 。 此屬性僅適用于內嵌安全元素, (eSE) 型小程式。

SmartCardEmulationCategory

設定或取得小程式識別碼套用、付款卡或其他智慧卡的類別。

SmartCardEmulationType

設定或取得小程式識別碼套用的智慧卡類型、主卡或 UICC。

適用於

另請參閱