GetKeyAgreementResponse Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllThis is the partner response class to the GetKeyAgreementCommand command class.
C#
public class GetKeyAgreementResponse : Fido2Response, 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. |