SmartCardEmulator.GetAppletIdGroupRegistrationsAsync 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.
Gets the registered applet identifier groups for this smart card, asynchronously.
public:
static IAsyncOperation<IVectorView<SmartCardAppletIdGroupRegistration ^> ^> ^ GetAppletIdGroupRegistrationsAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<IVectorView<SmartCardAppletIdGroupRegistration>> GetAppletIdGroupRegistrationsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<SmartCardAppletIdGroupRegistration>> GetAppletIdGroupRegistrationsAsync();
function getAppletIdGroupRegistrationsAsync()
Public Shared Function GetAppletIdGroupRegistrationsAsync () As IAsyncOperation(Of IReadOnlyList(Of SmartCardAppletIdGroupRegistration))
Returns
IAsyncOperation<IVectorView<SmartCardAppletIdGroupRegistration>>
IAsyncOperation<IReadOnlyList<SmartCardAppletIdGroupRegistration>>
The registered applet identifier groups for this smart card.
- Attributes