Show / Hide Table of Contents

GetUvRetriesResponse Class

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

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

C#
public class GetUvRetriesResponse : Fido2Response, IYubiKeyResponseWithData<int>, IYubiKeyResponse
Inheritance object YubiKeyResponse Fido2Response GetUvRetriesResponse
Implements
IYubiKeyResponseWithData<int>
IYubiKeyResponse

Constructors

Name Description
GetUvRetriesResponse(ResponseApdu)

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

Methods

Name Description
GetData()

Returns the number of built-in User Verification (UV) retries remaining for this YubiKey's FIDO application. The only built-in UV method the YubiKey has is the fingerprint reader on the YubiKey Bio Series. The UV retry count is not applicable to non-biometric based YubiKeys.

In this article
Back to top Generated by DocFX