Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SmartCardChallengeContext.VerifyResponseAsync(IBuffer) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?