Show / Hide Table of Contents

GetBioModalityResponse Class

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

The response partner to the GetBioModalityCommand, containing information about the biometric technique of the YubiKey.

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

Constructors

Name Description
GetBioModalityResponse(ResponseApdu)

Constructs a new instance of GetBioModalityResponse 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