SmartCard.ConnectAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Établit une connexion au smart carte et retourne un objet SmartCardConnection représentant la connexion.
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)
Retours
Opération asynchrone qui, une fois terminée, retourne l’objet SmartCardConnection représentant la connexion.
- Attributs