Show / Hide Table of Contents

U2fBufferCommand Class

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

The base class for some U2F commands that use the U2fBuffer.

C#
public abstract class U2fBufferCommand : U2fBuffer
Inheritance object U2fBuffer U2fBufferCommand
AuthenticateCommand
RegisterCommand

Remarks

Only the SDK will ever need to create subclasses, there is no reason for any other application to do so.

Constructors

Name Description
U2fBufferCommand(byte, int, int, int)

Initialize the object to the given values.

Properties

Name Description
Application

The YubiKeyApplication to which this command belongs.

Parameter1

The P1 value to use in the APDU.

Methods

Name Description
CreateCommandApdu()

Create a U2F Command APDU using the info provided during the life of this object.

In this article
Back to top Generated by DocFX