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 System.Object YubiKeyResponse PivResponse AuthenticateResponse
AuthenticateDecryptResponse
AuthenticateKeyAgreeResponse
AuthenticateSignResponse
Implements
IYubiKeyResponseWithData<System.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.

Generated by DocFX