SmartCardEmulator.RegisterAppletIdGroupAsync(SmartCardAppletIdGroup) Method
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.
Asynchronously registers a group of applet IDs.
public:
static IAsyncOperation<SmartCardAppletIdGroupRegistration ^> ^ RegisterAppletIdGroupAsync(SmartCardAppletIdGroup ^ appletIdGroup);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<SmartCardAppletIdGroupRegistration> RegisterAppletIdGroupAsync(SmartCardAppletIdGroup const& appletIdGroup);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<SmartCardAppletIdGroupRegistration> RegisterAppletIdGroupAsync(SmartCardAppletIdGroup appletIdGroup);
function registerAppletIdGroupAsync(appletIdGroup)
Public Shared Function RegisterAppletIdGroupAsync (appletIdGroup As SmartCardAppletIdGroup) As IAsyncOperation(Of SmartCardAppletIdGroupRegistration)
Parameters
- appletIdGroup
- SmartCardAppletIdGroup
The group of applet IDs to register.
Returns
The group of registered applet IDs.
- Attributes