SmartCardEmulatorEnablementPolicy SmartCardEmulatorEnablementPolicy SmartCardEmulatorEnablementPolicy SmartCardEmulatorEnablementPolicy Enum

Definition

Represents the current card emulation policy set by the user in the phone settings.

public : enum class SmartCardEmulatorEnablementPolicypublic enum SmartCardEmulatorEnablementPolicyPublic Enum SmartCardEmulatorEnablementPolicy// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.10240.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced v1)

Fields

Always Always Always Always

Card emulation is always on.

Never Never Never Never

Card emulation is disabled.

ScreenOn ScreenOn ScreenOn ScreenOn

Card emulation is only on when the phone screen is on.

ScreenUnlocked ScreenUnlocked ScreenUnlocked ScreenUnlocked

Card emulation is only on when the phone screen is unlocked.

See Also