SmartCardTriggerDetails Class
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.
Provides details about a smart card trigger.
public ref class SmartCardTriggerDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SmartCardTriggerDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SmartCardTriggerDetails
Public NotInheritable Class SmartCardTriggerDetails
- Inheritance
- 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)
|
Remarks
Version history
Windows version | SDK version | Value added |
---|---|---|
1703 | 15063 | SmartCard |
Properties
Emulator |
Gets the smart card emulator that caused the event to trigger. |
SmartCard |
Gets the smart card. |
SourceAppletId |
Gets the applet ID of the source of the smart card trigger. |
TriggerData |
Gets the smart card trigger data. |
TriggerType |
Gets the smart card trigger type. |
Methods
TryLaunchCurrentAppAsync(String, SmartCardLaunchBehavior) |
Asynchronously attempts to launch the current smart card app using the specified behavior, passing the specified arguments. |
TryLaunchCurrentAppAsync(String) |
Asynchronously attempts to launch the current smart card app, passing the specified arguments. |