Show / Hide Table of Contents

GetAssertionResponse Constructor

GetAssertionResponse(ResponseApdu)

Constructs a new instance of the GetAssertionResponse class based on a response APDU provided by the YubiKey.

C#
public GetAssertionResponse(ResponseApdu responseApdu)

Parameters

Type Name Description
ResponseApdu responseApdu

A response APDU containing the CBOR response for the authenticatorGetAssertion command.

In this article
Back to top Generated by DocFX