SmartCard.ConnectAsync 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.
Establishes a connection to the smart card and returns a SmartCardConnection object representing the connection.
public:
virtual IAsyncOperation<SmartCardConnection ^> ^ ConnectAsync() = ConnectAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SmartCardConnection> ConnectAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SmartCardConnection> ConnectAsync();
function connectAsync()
Public Function ConnectAsync () As IAsyncOperation(Of SmartCardConnection)
Returns
Asynchronous operation that, when complete, returns the SmartCardConnection object representing the connection.
- Attributes