SmartCardEmulationCategory 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エミュレートできるスマート カードの有効なカテゴリを定義します。
public enum class SmartCardEmulationCategory
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 65536)]
enum class SmartCardEmulationCategory
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 65536)]
public enum SmartCardEmulationCategory
var value = Windows.Devices.SmartCards.SmartCardEmulationCategory.other
Public Enum SmartCardEmulationCategory
- 継承
-
SmartCardEmulationCategory
- 属性
Windows の要件
デバイス ファミリ |
Windows Mobile Extension SDK (10.0.10240.0 で導入)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (v1.0 で導入)
|
フィールド
名前 | 値 | 説明 |
---|---|---|
Other | 0 | ロイヤルティ カードやセキュリティ バッジなど、支払いカード以外のスマート カードを指定します。 |
Payment | 1 | 支払いカードを指定します。 |