Show / Hide Table of Contents

GetNextAssertionCommand Class

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

Instruct the YubiKey to get the next assertion associated with the relying party specified in the previous call to GetAssertionCommand.

C#
public class GetNextAssertionCommand : IYubiKeyCommand<GetAssertionResponse>
Inheritance object GetNextAssertionCommand
Implements
IYubiKeyCommand<GetAssertionResponse>

Constructors

Name Description
GetNextAssertionCommand()

Constructs an instance of the GetNextAssertionCommand.

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
Back to top Generated by DocFX