GetAssertionCommand Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllInstruct the YubiKey to get an assertion based on the input parameters.
C#
public class GetAssertionCommand : Object, IYubiKeyCommand<GetAssertionResponse>
Inheritance
System.Object
GetAssertionCommand
Implements
Constructors
Name | Description |
---|---|
GetAssertionCommand(GetAssertionParameters) | Constructs an instance of the GetAssertionCommand class using the given parameters. |
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. |