SmartCardAppletIdGroup Constructors
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.
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
- SmartCardAppletIdGroup(String, IVector<IBuffer>, SmartCardEmulationCategory, SmartCardEmulationType)
- Create an NFC Smart Card app (applies to Windows 10 Mobile only)
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.
- 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.