SmartCardTriggerType 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.
Represents the valid smart card trigger types.
public enum class SmartCardTriggerType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract, 65536)]
enum class SmartCardTriggerType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract), 65536)]
public enum SmartCardTriggerType
var value = Windows.Devices.SmartCards.SmartCardTriggerType.emulatorTransaction
Public Enum SmartCardTriggerType
- Inheritance
-
SmartCardTriggerType
- 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 |
---|---|---|
EmulatorTransaction | 0 | A transaction event. |
EmulatorNearFieldEntry | 1 | A field entry event. Note This event is not supported for Universal Windows Platform (UWP) apps in Windows 10. |
EmulatorNearFieldExit | 2 | A field exit event. Note This event is not supported for Universal Windows Platform (UWP) apps in Windows 10. |
EmulatorHostApplicationActivated | 3 | A host application activated event. |
EmulatorAppletIdGroupRegistrationChanged | 4 | An applet ID group registration changed event. |
ReaderCardAdded | 5 | A reader card was added event. |
Remarks
Version history
Windows version | SDK version | Value added |
---|---|---|
1607 | 14393 | ReaderCardAdded |