AuthenticateResponse Class
Namespace: Yubico.YubiKey.Piv.Commands Assembly: Yubico.YubiKey.dllThe base class for some of the General Authenticate response classes, containing shared code.
C#
public class AuthenticateResponse : PivResponse, 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. |