SmartCardAppletIdGroup Constructors

Definition

Overloads

SmartCardAppletIdGroup()

Initializes a new instance of the SmartCardAppletIdGroup class.

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

Initializes a new instance of the SmartCardAppletIdGroup class using the specified parameters.

SmartCardAppletIdGroup()

Initializes a new instance of the SmartCardAppletIdGroup class.

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

See also

Applies to

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

Initializes a new instance of the SmartCardAppletIdGroup class using the specified parameters.

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)

Parameters

displayName
String

Platform::String

winrt::hstring

The name for this applet ID group.

appletIds

IVector<IBuffer>

IList<IBuffer>

The list of applet IDs.

emulationCategory
SmartCardEmulationCategory

The category of smart card to which the applet IDs apply, payment card or other.

emulationType
SmartCardEmulationType

The type of smart card to which the applet IDs apply, host card or UICC.

See also

Applies to