SmartCardEmulatorEnablementPolicy 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表使用者在手機設定中設定的目前卡片模擬原則。
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 | 只有在手機畫面解除鎖定時,才會開啟卡片模擬。 |