Show / Hide Table of Contents

GetPinRetriesResponse Constructor

GetPinRetriesResponse(ResponseApdu)

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

C#
public GetPinRetriesResponse(ResponseApdu responseApdu)

Parameters

Type Name Description
ResponseApdu responseApdu

A response APDU containing the CBOR response for the getPINRetries subcommand of the authenticatorClientPIN CTAP2 command.

In this article
Back to top Generated by DocFX