SmartCardChallengeContext.VerifyResponseAsync(IBuffer) Method

Definition

Verifies the response to the smart card challenge request.

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)

Parameters

response
IBuffer

The response to the smart card challenge request.

Returns

After the verification attempt is done, true if the response was successfully verified; otherwise false.

Attributes

Applies to

See also