Show / Hide Table of Contents

AuthenticateResponse Class

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

The response to the U2F Authenticate command.

C#
public sealed class AuthenticateResponse : U2fResponse, IYubiKeyResponseWithData<AuthenticationData>, IYubiKeyResponse
Inheritance object YubiKeyResponse U2fResponse AuthenticateResponse
Implements
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.

In this article
Back to top Generated by DocFX