Show / Hide Table of Contents

GetCredentialMetadataResponse Class

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

The response partner to the GetCredentialMetadataCommand, containing information about the discoverable credentials on the YubiKey.

C#
public class GetCredentialMetadataResponse : Fido2Response, IYubiKeyResponseWithData<(int discoverableCredentialCount, int remainingCredentialCount)>, IYubiKeyResponse
Inheritance object YubiKeyResponse Fido2Response GetCredentialMetadataResponse
Implements
IYubiKeyResponseWithData<(int discoverableCredentialCount, int remainingCredentialCount)>
IYubiKeyResponse

Constructors

Name Description
GetCredentialMetadataResponse(ResponseApdu)

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

Methods

Name Description
GetData()

Gets the number of discoverable credentials and the remaining "empty slots" in the FIDO2 application of the YubiKey, which is the number of discoverable credentials fow which the YubiKey has space.

In this article
Back to top Generated by DocFX