Show / Hide Table of Contents

GetPinRetriesResponse Class

Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dll

This is the partner response class to the GetPinRetriesCommand command class.

C#
public class GetPinRetriesResponse : Fido2Response, IYubiKeyResponseWithData<(int retriesRemaining, bool? powerCycleRequired)>, IYubiKeyResponse
Inheritance object YubiKeyResponse Fido2Response GetPinRetriesResponse
Implements
IYubiKeyResponseWithData<(int retriesRemaining, bool? powerCycleRequired)>
IYubiKeyResponse

Constructors

Name Description
GetPinRetriesResponse(ResponseApdu)

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

Methods

Name Description
GetData()

Returns the number of PIN retries remaining for this YubiKey's FIDO application, and if a reboot of the YubiKey is required.

In this article
Back to top Generated by DocFX