SmartCardAppletIdGroup クラス

定義

デジタル化されたカードを表すクラス。自己管理 (ホスト カード エミュレーション) または物理埋め込みセキュア要素 (eSE) によってサポートされる場合があります。 このクラスは、スマート カード アプレット ID のコレクションを定義するとも考えることができます。

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 Properties
1809 17763 SecureUserAuthenticationRequired

コンストラクター

SmartCardAppletIdGroup()

SmartCardAppletIdGroup クラスの新しいインスタンスを初期化します。

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

指定したパラメーターを使用して 、SmartCardAppletIdGroup クラスの新しいインスタンスを初期化します。

プロパティ

AppletIds

アプレット ID のコレクションを取得します。

AutomaticEnablement

オペレーティング システムがこの アプレット IdGroup を有効にできるかどうかを示すブール値を取得または設定します。

Description

スマートカードを識別しやすくするために、スマートカードの拡張説明を取得または設定します。 たとえば、これをクレジット カード番号の最後の 4 桁に設定できます。

DisplayName

このアプレット ID グループの名前を設定または取得します。

Logo

スマートカードを表すイメージを取得または設定します。 たとえば、クレジット カードの物理的な外観を模倣する場合があります。

MaxAppletIds

許可されているアプレット ID の最大数を取得します。

Properties

スマートカードの (汎用) プロパティ バッグを取得します。

SecureUserAuthenticationRequired

スマートカードがトランザクションを処理する前に、スマートカードがセキュリティで保護された生体認証を使用して認証する必要があるかどうかを示す値を取得または設定します (たとえば、ユーザーは指紋をタップして支払いを承認します)。 このプロパティは、埋め込みセキュア要素 (eSE) ベースのアプレットにのみ適用されます。

SmartCardEmulationCategory

アプレット ID が適用されるスマート カード、支払いカードなどのカテゴリを設定または取得します。

SmartCardEmulationType

アプレット ID が適用されるスマート カードの種類、ホスト カード、または UICC を設定または取得します。

適用対象

こちらもご覧ください