Show / Hide Table of Contents

GetCredentialMetadataCommand Class

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

Get the YubiKey's FIDO2 credential metadata.

C#
public class GetCredentialMetadataCommand : CredentialMgmtSubCommand, IYubiKeyCommand<GetCredentialMetadataResponse>
Inheritance object CredentialMgmtSubCommand GetCredentialMetadataCommand
Implements
IYubiKeyCommand<GetCredentialMetadataResponse>

Remarks

The partner Response class is CredentialManagementResponse.

This returns metadata on all the credentials. The return from this command consists of the existingResidentCredentialsCount and maxPossibleRemainingResidentCredentialsCount (section 6.8 of the standard).

Constructors

Name Description
GetCredentialMetadataCommand(ReadOnlyMemory<byte>, PinUvAuthProtocolBase)

Constructs a new instance of GetCredentialMetadataCommand.

Methods

Name Description
CreateResponseForApdu(ResponseApdu)

Creates the corresponding IYubiKeyResponse implementation for the current command.

In this article
Back to top Generated by DocFX