GetResponseCommand Class
Namespace: Yubico.YubiKey.InterIndustry.Commands Assembly: Yubico.YubiKey.dllGets additional response data from the previously issued command.
C#
public class GetResponseCommand : Object, IYubiKeyCommand<YubiKeyResponse>
Inheritance
System.Object
GetResponseCommand
Implements
Remarks
The OATH application uses a different version of this command. See GetResponseCommand.
Constructors
Name | Description |
---|---|
GetResponseCommand(CommandApdu, Int16) | 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. |