GetFingerprintSensorInfoResponse Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllThe response partner to the GetFingerprintSensorInfoCommand, containing information about the fingerprint technique of the YubiKey.
C#
public class GetFingerprintSensorInfoResponse : Fido2Response, 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. |