AuthenticateResponse Class
Namespace: Yubico.YubiKey.U2f.Commands Assembly: Yubico.YubiKey.dllThe response to the U2F Authenticate command.
C#
public sealed class AuthenticateResponse : U2fResponse, IYubiKeyResponseWithData<AuthenticationData>, IYubiKeyResponse
Remarks
This is the partner response class to AuthenticateCommand.
Constructors
Name | Description |
---|---|
AuthenticateResponse(ResponseApdu) | Constructs an AuthenticateResponse from the given ResponseApdu. |
Methods
Name | Description |
---|---|
GetData() | Gets the authentication data from the response. |