GetPinRetriesResponse Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllThis is the partner response class to the GetPinRetriesCommand command class.
C#
public class GetPinRetriesResponse : Fido2Response, IYubiKeyResponseWithData<(int, Nullable<bool>)>, IYubiKeyResponse
Implements
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. |