Show / Hide Table of Contents

MakeCredentialResponse Class

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

This is the partner response class to the MakeCredentialCommand command class.

C#
public class MakeCredentialResponse : Fido2Response, IYubiKeyResponseWithData<MakeCredentialData>, IYubiKeyResponse
Inheritance object YubiKeyResponse Fido2Response MakeCredentialResponse
Implements
IYubiKeyResponseWithData<MakeCredentialData>
IYubiKeyResponse

Constructors

Name Description
MakeCredentialResponse(ResponseApdu)

Constructs a new instance of the MakeCredentialResponse class based on a response APDU provided by the YubiKey.

Methods

Name Description
GetData()

Returns a new instance of MakeCredentialData containing the credential (a public key) and other information.

In this article
Back to top Generated by DocFX