Show / Hide Table of Contents

BioEnrollSetFriendlyNameCommand Class

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

Set the friendly name of an enrolled fingerprint. If there is a friendly name already, this replaces it. This is a subcommand of the CTAP command "authenticatorBioEnrollment".

C#
public sealed class BioEnrollSetFriendlyNameCommand : IYubiKeyCommand<Fido2Response>
Inheritance object BioEnrollSetFriendlyNameCommand
Implements
IYubiKeyCommand<Fido2Response>

Remarks

The partner Response class is Fido2Response. This command does not return any data, it only returns "success" or "failure", and has some FIDO2-specific error information.

Constructors

Name Description
BioEnrollSetFriendlyNameCommand()
BioEnrollSetFriendlyNameCommand(ReadOnlyMemory<byte>, string, ReadOnlyMemory<byte>, PinUvAuthProtocolBase)

Constructs an instance of the BioEnrollSetFriendlyNameCommand class.

Properties

Name Description
Application

Gets the YubiKeyApplication (e.g. PIV, OATH, etc.) to which this command applies.

Methods

Name Description
CreateCommandApdu()

Creates a well-formed CommandApdu to send to the YubiKey.

CreateResponseForApdu(ResponseApdu)

Creates the corresponding IYubiKeyResponse implementation for the current command.

In this article
Back to top Generated by DocFX