Show / Hide Table of Contents

ValidateResponse Constructor

ValidateResponse(ResponseApdu, ReadOnlyMemory<byte>)

Constructs a ValidateResponse instance based on a ResponseApdu received from the YubiKey.

C#
public ValidateResponse(ResponseApdu responseApdu, ReadOnlyMemory<byte> calculatedResponse)

Parameters

Type Name Description
ResponseApdu responseApdu

The ResponseApdu returned by the YubiKey.

ReadOnlyMemory<byte> calculatedResponse

The response that was calculated with a new generated challenge in ValidateComand.

In this article
Back to top Generated by DocFX