GetCredentialMetadataResponse Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllThe response partner to the GetCredentialMetadataCommand, containing information about the discoverable credentials on the YubiKey.
C#
public class GetCredentialMetadataResponse : Fido2Response, IYubiKeyResponseWithData<(int, int)>, 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. |