Show / Hide Table of Contents

GetFingerprintSensorInfoResponse Class

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

The response partner to the GetFingerprintSensorInfoCommand, containing information about the fingerprint technique of the YubiKey.

C#
public class GetFingerprintSensorInfoResponse : Fido2Response, IYubiKeyResponseWithData<FingerprintSensorInfo>, IYubiKeyResponse
Inheritance object YubiKeyResponse Fido2Response GetFingerprintSensorInfoResponse
Implements
IYubiKeyResponseWithData<FingerprintSensorInfo>
IYubiKeyResponse

Constructors

Name Description
GetFingerprintSensorInfoResponse(ResponseApdu)

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

Methods

Name Description
GetData()

Gets the data from the YubiKey response.

In this article
Back to top Generated by DocFX