Show / Hide Table of Contents

MakeCredentialCommand Class

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

Instruct the YubiKey to make a credential based on the input parameters.

C#
public class MakeCredentialCommand : IYubiKeyCommand<MakeCredentialResponse>
Inheritance object MakeCredentialCommand
Implements
IYubiKeyCommand<MakeCredentialResponse>

Constructors

Name Description
MakeCredentialCommand(MakeCredentialParameters)

Constructs an instance of the MakeCredentialCommand class using the given parameters.

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
  • Constructors
  • Properties
  • Methods
Back to top Generated by DocFX