Compartir a través de


SmartCardChallengeContext.VerifyResponseAsync(IBuffer) Método

Definición

Comprueba la respuesta a la solicitud de desafío de tarjeta inteligente.

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)

Parámetros

response
IBuffer

Respuesta a la solicitud de desafío de tarjeta inteligente.

Devoluciones

Una vez realizado el intento de comprobación, true si la respuesta se ha comprobado correctamente; en caso contrario, false.

Atributos

Se aplica a

Consulte también