GetDeviceInfoResponse Class
Namespace: Yubico.YubiKey.Management.Commands Assembly: Yubico.YubiKey.dllThe response to the GetDeviceInfoCommand command, containing the YubiKey's device configuration details.
C#
public class GetDeviceInfoResponse : YubiKeyResponse, 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. |