SmartCardEmulatorEnablementPolicy 列挙型

定義

ユーザーが電話設定で設定した現在のカードエミュレーション ポリシーを表します。

public enum class SmartCardEmulatorEnablementPolicy
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 65536)]
enum class SmartCardEmulatorEnablementPolicy
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 65536)]
public enum SmartCardEmulatorEnablementPolicy
var value = Windows.Devices.SmartCards.SmartCardEmulatorEnablementPolicy.never
Public Enum SmartCardEmulatorEnablementPolicy
継承
SmartCardEmulatorEnablementPolicy
属性

Windows の要件

デバイス ファミリ
Windows Mobile Extension SDK (10.0.10240.0 で導入)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (v1.0 で導入)

フィールド

Always 1

カード エミュレーションは常にオンです。

Never 0

カード エミュレーションが無効になっています。

ScreenOn 2

カード エミュレーションは、電話画面がオンの場合にのみオンになります。

ScreenUnlocked 3

カードエミュレーションは、電話画面のロックが解除されている場合にのみオンになります。

適用対象

こちらもご覧ください