Show / Hide Table of Contents

GetKeyAgreementResponse Class

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

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

C#
public class GetKeyAgreementResponse : Fido2Response, IYubiKeyResponseWithData<CoseEcPublicKey>, IYubiKeyResponse
Inheritance object YubiKeyResponse Fido2Response GetKeyAgreementResponse
Implements
IYubiKeyResponseWithData<CoseEcPublicKey>
IYubiKeyResponse

Constructors

Name Description
GetKeyAgreementResponse(ResponseApdu)

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

Methods

Name Description
GetData()

Returns the YubiKey's public key for the key agreement algorithm of the PIN/UV auth protocol specified in the command.

In this article
Back to top Generated by DocFX