SmartCardEmulator.GetDefaultAsync 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.
Returns the SmartCardEmulator object representing the default smart card emulator device.
public:
static IAsyncOperation<SmartCardEmulator ^> ^ GetDefaultAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<SmartCardEmulator> GetDefaultAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<SmartCardEmulator> GetDefaultAsync();
function getDefaultAsync()
Public Shared Function GetDefaultAsync () As IAsyncOperation(Of SmartCardEmulator)
Returns
After the asynchronous operation completes, returns the default smart card emulator or null if there is no smart card emulator present.
- Attributes