Show / Hide Table of Contents

GetDeviceInfoCommand Class

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

Gets detailed information about the YubiKey and its current configuration.

C#
[Obsolete("This class has been replaced by nameof(GetPagedDeviceInfoCommand)")]
public class GetDeviceInfoCommand : IYubiKeyCommand<GetDeviceInfoResponse>
Inheritance object GetDeviceInfoCommand
Implements
IYubiKeyCommand<GetDeviceInfoResponse>

Remarks

This class has a corresponding partner class GetDeviceInfoResponse

Constructors

Name Description
GetDeviceInfoCommand()

Initializes a new instance of the GetDeviceInfoCommand class.

Properties

Name Description
Application

Gets the YubiKeyApplication to which this command belongs.

Methods

Name Description
CreateCommandApdu()

Creates a well-formed CommandApdu to send to the YubiKey.

CreateResponseForApdu(ResponseApdu)

Creates the corresponding IYubiKeyResponse implementation for the current command.

In this article
Back to top Generated by DocFX