GetDeviceInfoCommand Class
Namespace: Yubico.YubiKey.U2f.Commands Assembly: Yubico.YubiKey.dllGets detailed information about the YubiKey and its current configuration.
C#
[Obsolete("This class has been replaced by GetPagedDeviceInfoCommand")]
public sealed class GetDeviceInfoCommand : IYubiKeyCommand<GetDeviceInfoResponse>
Inheritance
object
GetDeviceInfoCommand
Implements
Remarks
THIS CLASS IS OBSOLETE. It has been replaced by GetPagedDeviceInfoResponse
Constructors
Name | Description |
---|---|
GetDeviceInfoCommand() | Constructs an 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. |