Show / Hide Table of Contents

AuthenticateResponse Class

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

The base class for some of the General Authenticate response classes, containing shared code.

C#
public class AuthenticateResponse : PivResponse, IYubiKeyResponseWithData<byte[]>, IYubiKeyResponse
Inheritance object YubiKeyResponse PivResponse AuthenticateResponse
AuthenticateDecryptResponse
AuthenticateKeyAgreeResponse
AuthenticateSignResponse
Implements
IYubiKeyResponseWithData<byte[]>
IYubiKeyResponse

Constructors

Name Description
AuthenticateResponse(ResponseApdu)

Constructs an AuthenticateResponse based on a ResponseApdu received from the YubiKey.

Methods

Name Description
GetData()

Gets the signature, or decrypted data, or key agreement shared secret from the YubiKey response.

In this article
Back to top Generated by DocFX