SmartCardAppletIdGroupRegistration Class
Definition
Represents a registered group of applet IDs.
public ref class SmartCardAppletIdGroupRegistration sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SmartCardAppletIdGroupRegistration sealed
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SmartCardAppletIdGroupRegistration
Public NotInheritable Class SmartCardAppletIdGroupRegistration
- Inheritance
-
SmartCardAppletIdGroupRegistration
- Attributes
Windows 10 requirements
Device family |
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced in v1.0)
|
Remarks
Version history
Windows version | SDK version | Value added |
---|---|---|
1809 | 17763 | SetPropertiesAsync |
1809 | 17763 | SmartCardReaderId |
Properties
ActivationPolicy |
Gets the activation policy for the registered applet ID group. |
AppletIdGroup |
Gets the registered group of applet IDs. |
Id |
Gets a unique ID representing this applet ID group registration. |
SmartCardReaderId |
Gets the ID of any SmartCardReader associated with a secure element. You can pass this ID to SmartCardReader.FromIdAsync. |
Methods
RequestActivationPolicyChangeAsync(SmartCardAppletIdGroupActivationPolicy) |
Attempts to asynchronously change the ActivationPolicy for this group of registered applet IDs. |
SetAutomaticResponseApdusAsync(IEnumerable<SmartCardAutomaticResponseApdu>) |
Sets a collection of SmartCardAutomaticResponseApdu objects containing the automatic responses to return for this SmartCardAppletIdGroupRegistration. |
SetPropertiesAsync(ValueSet) |
Asynchronously sets the value of SmartCardAppletIdGroup.Properties. |