GetPagedDeviceInfoResponse Class
Namespace: Yubico.YubiKey.Otp.Commands Assembly: Yubico.YubiKey.dllThe response to the GetDeviceInfoCommand command, containing the YubiKey's device configuration details.
C#
public class GetPagedDeviceInfoResponse : OtpResponse, IYubiKeyResponseWithData<Dictionary<int, ReadOnlyMemory<byte>>>, IYubiKeyResponse
Implements
IYubiKeyResponseWithData<System.Collections.Generic.Dictionary<System.Int32, System.ReadOnlyMemory<System.Byte>>>
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. |