Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SmartCardReader.FromIdAsync(String) Method
Definition
- Namespace:
- Windows.Devices.SmartCards
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 a smart card reader that matches the specified device ID.
public:
static IAsyncOperation<SmartCardReader ^> ^ FromIdAsync(Platform::String ^ deviceId);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<SmartCardReader> FromIdAsync(winrt::hstring const& deviceId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<SmartCardReader> FromIdAsync(string deviceId);
function fromIdAsync(deviceId)
Public Shared Function FromIdAsync (deviceId As String) As IAsyncOperation(Of SmartCardReader)
Parameters
- deviceId
-
String
Platform::String
winrt::hstring
The smart card reader's device ID.
Returns
The matching smart card reader.
- Attributes
Applies to
See also
Feedback
Was this page helpful?
