SmartCardChallengeContext.VerifyResponseAsync(IBuffer) 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.
Vérifie la réponse à la demande de défi smart carte.
public:
virtual IAsyncOperation<bool> ^ VerifyResponseAsync(IBuffer ^ response) = VerifyResponseAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> VerifyResponseAsync(IBuffer const& response);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> VerifyResponseAsync(IBuffer response);
function verifyResponseAsync(response)
Public Function VerifyResponseAsync (response As IBuffer) As IAsyncOperation(Of Boolean)
Paramètres
- response
- IBuffer
Réponse à la demande de défi smart carte.
Retours
Une fois la tentative de vérification effectuée, true si la réponse a été vérifiée avec succès ; sinon, false.
- Attributs