Show / Hide Table of Contents

BioEnrollCancelCommand Class

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

Cancel the current BioEnrollment process. This is a subcommand of the CTAP command "authenticatorBioEnrollment".

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

Remarks

The partner Response class is Fido2Response.

This does not return data, simply an indication whether it succeeded or not.

Constructors

Name Description
BioEnrollCancelCommand()

Constructs an instance of the BioEnrollCancelCommand 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