Show / Hide Table of Contents

GetPagedDeviceInfoResponse Class

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

The response to the GetDeviceInfoCommand command, containing the YubiKey's device configuration details.

C#
public class GetPagedDeviceInfoResponse : YubiKeyResponse, IYubiKeyResponseWithData<Dictionary<int, ReadOnlyMemory<byte>>>, IYubiKeyResponse
Inheritance object YubiKeyResponse GetPagedDeviceInfoResponse
Implements
IYubiKeyResponseWithData<Dictionary<int, ReadOnlyMemory<byte>>>
IYubiKeyResponse

Constructors

Name Description
GetPagedDeviceInfoResponse(ResponseApdu)

Constructs a GetPagedDeviceInfoResponse instance based on a ResponseApdu received from the YubiKey.

Methods

Name Description
GetData()

Retrieves and converts the response data from an APDU response into a dictionary of TLV tags and their corresponding values.

In this article
Back to top Generated by DocFX