Show / Hide Table of Contents

GetAssertionResponse Class

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

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

C#
public class GetAssertionResponse : Fido2Response, IYubiKeyResponseWithData<GetAssertionData>, IYubiKeyResponse
Inheritance object YubiKeyResponse Fido2Response GetAssertionResponse
Implements
IYubiKeyResponseWithData<GetAssertionData>
IYubiKeyResponse

Constructors

Name Description
GetAssertionResponse(ResponseApdu)

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

Methods

Name Description
GetData()

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

In this article
Back to top Generated by DocFX