GetAssertionResponse Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllThis is the partner response class to the GetAssertionCommand command class.
C#
public class GetAssertionResponse : Fido2Response, 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. |