SmartCardLaunchBehavior Enum

Definition

Specifies how a smart card app should be launched.

public enum class SmartCardLaunchBehavior
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract, 65536)]
enum class SmartCardLaunchBehavior
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract), 65536)]
public enum SmartCardLaunchBehavior
var value = Windows.Devices.SmartCards.SmartCardLaunchBehavior.default
Public Enum SmartCardLaunchBehavior
Inheritance
SmartCardLaunchBehavior
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract (introduced in v1.0)

Fields

AboveLock 1

Launch the app above the lock screen.

Default 0

Default launch behavior.

Applies to

See also