SmartCardAppletIdGroupRegistration Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt eine registrierte Gruppe von Applet-IDs dar.
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 final
[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
- Vererbung
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows Mobile Extension SDK (eingeführt in 10.0.10240.0)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (eingeführt in v1.0)
|
Hinweise
Versionsverlauf
Windows-Version | SDK-Version | Wertschöpfung |
---|---|---|
1809 | 17763 | SetPropertiesAsync |
1809 | 17763 | SmartCardReaderId |
Eigenschaften
ActivationPolicy |
Ruft die Aktivierungsrichtlinie für die registrierte Applet-ID-Gruppe ab. |
AppletIdGroup |
Ruft die registrierte Gruppe von Applet-IDs ab. |
Id |
Ruft eine eindeutige ID ab, die diese Applet-ID-Gruppenregistrierung darstellt. |
SmartCardReaderId |
Ruft die ID eines beliebigen SmartCardReader ab, der einem sicheren Element zugeordnet ist. Sie können diese ID an SmartCardReader.FromIdAsync übergeben. |
Methoden
RequestActivationPolicyChangeAsync(SmartCardAppletIdGroupActivationPolicy) |
Versucht, die ActivationPolicy für diese Gruppe registrierter Applet-IDs asynchron zu ändern. |
SetAutomaticResponseApdusAsync(IIterable<SmartCardAutomaticResponseApdu>) |
Legt eine Auflistung von SmartCardAutomaticResponseApdu-Objekten fest, die die automatischen Antworten enthalten, die für diese SmartCardAppletIdGroupRegistration zurückgegeben werden sollen. |
SetPropertiesAsync(ValueSet) |
Legt den Wert von SmartCardAppletIdGroup.Properties asynchron fest. |