Show / Hide Table of Contents

GetResponseCommand Class

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

Gets additional response data from the previously issued command.

C#
public class GetResponseCommand : IYubiKeyCommand<YubiKeyResponse>
Inheritance object GetResponseCommand
Implements
IYubiKeyCommand<YubiKeyResponse>

Constructors

Name Description
GetResponseCommand(CommandApdu, short)

Initializes a new instance of the GetResponseCommand class.

Properties

Name Description
Application

Gets the YubiKeyApplication (e.g. PIV, OATH, etc.) that this command applies to.

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