SmartCardLaunchBehavior Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Default | 0 | Default launch behavior. |
AboveLock | 1 | Launch the app above the lock screen. |