SmartCardLaunchBehavior Enumeración

Definición

Especifica cómo se debe iniciar una aplicación de tarjeta inteligente.

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
Herencia
SmartCardLaunchBehavior
Atributos

Requisitos de Windows

Familia de dispositivos
Windows Mobile Extension SDK (se introdujo en la versión 10.0.10240.0)
API contract
Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract (se introdujo en la versión v1.0)

Campos

AboveLock 1

Inicie la aplicación encima de la pantalla de bloqueo.

Default 0

Comportamiento de inicio predeterminado.

Se aplica a

Consulte también