Freigeben über


SmartCardAppletIdGroup Konstruktoren

Definition

Überlädt

SmartCardAppletIdGroup()

Initialisiert eine neue instance der SmartCardAppletIdGroup-Klasse.

SmartCardAppletIdGroup(String, IVector<IBuffer>, SmartCardEmulationCategory, SmartCardEmulationType)

Initialisiert eine neue instance der SmartCardAppletIdGroup-Klasse unter Verwendung der angegebenen Parameter.

SmartCardAppletIdGroup()

Initialisiert eine neue instance der SmartCardAppletIdGroup-Klasse.

public:
 SmartCardAppletIdGroup();
 SmartCardAppletIdGroup();
public SmartCardAppletIdGroup();
function SmartCardAppletIdGroup()
Public Sub New ()

Weitere Informationen

Gilt für:

SmartCardAppletIdGroup(String, IVector<IBuffer>, SmartCardEmulationCategory, SmartCardEmulationType)

Initialisiert eine neue instance der SmartCardAppletIdGroup-Klasse unter Verwendung der angegebenen Parameter.

public:
 SmartCardAppletIdGroup(Platform::String ^ displayName, IVector<IBuffer ^> ^ appletIds, SmartCardEmulationCategory emulationCategory, SmartCardEmulationType emulationType);
 SmartCardAppletIdGroup(winrt::hstring const& displayName, IVector<IBuffer> const& appletIds, SmartCardEmulationCategory const& emulationCategory, SmartCardEmulationType const& emulationType);
public SmartCardAppletIdGroup(string displayName, IList<IBuffer> appletIds, SmartCardEmulationCategory emulationCategory, SmartCardEmulationType emulationType);
function SmartCardAppletIdGroup(displayName, appletIds, emulationCategory, emulationType)
Public Sub New (displayName As String, appletIds As IList(Of IBuffer), emulationCategory As SmartCardEmulationCategory, emulationType As SmartCardEmulationType)

Parameter

displayName
String

Platform::String

winrt::hstring

Der Name für diese Applet-ID-Gruppe.

appletIds

IVector<IBuffer>

IList<IBuffer>

Die Liste der Applet-IDs.

emulationCategory
SmartCardEmulationCategory

Die Kategorie der intelligenten Karte, für die die Applet-IDs gelten, zahlung Karte oder andere.

emulationType
SmartCardEmulationType

Der Typ der intelligenten Karte, für die die Applet-IDs gelten, hosten Karte oder UICC.

Weitere Informationen

Gilt für: