Show / Hide Table of Contents

GetDeviceInfoResponse Class

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

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

C#
[Obsolete("This class has been replaced by GetPagedDeviceInfoResponse")]
public class GetDeviceInfoResponse : YubiKeyResponse, IYubiKeyResponseWithData<YubiKeyDeviceInfo>, IYubiKeyResponse
Inheritance object YubiKeyResponse GetDeviceInfoResponse
Implements
IYubiKeyResponseWithData<YubiKeyDeviceInfo>
IYubiKeyResponse

Constructors

Name Description
GetDeviceInfoResponse(ResponseApdu)

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

Methods

Name Description
GetData()

Gets the YubiKeyDeviceInfo class that contains details about the current configuration of the YubiKey.

In this article
Back to top Generated by DocFX