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

只有在手機畫面解除鎖定時,才會開啟卡片模擬。

適用於

另請參閱