Condividi tramite


SmartCardChallengeContext.VerifyResponseAsync(IBuffer) Metodo

Definizione

Verifica la risposta alla richiesta di verifica della smart card.

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)

Parametri

response
IBuffer

Risposta alla richiesta di verifica della smart card.

Restituisce

Al termine del tentativo di verifica, true se la risposta è stata verificata correttamente; in caso contrario false.

Attributi

Si applica a

Vedi anche