GetPagedDeviceInfoCommand Class
Namespace: Yubico.YubiKey.Otp.Commands Assembly: Yubico.YubiKey.dllGets detailed information about the YubiKey and its current configuration.
C#
public class GetPagedDeviceInfoCommand : Object, IGetPagedDeviceInfoCommand<GetPagedDeviceInfoResponse>, IYubiKeyCommand<GetPagedDeviceInfoResponse>
Inheritance
System.Object
GetPagedDeviceInfoCommand
Implements
Remarks
This class has a corresponding partner class GetPagedDeviceInfoResponse
Constructors
Name | Description |
---|---|
GetPagedDeviceInfoCommand() | Initializes a new instance of the GetPagedDeviceInfoCommand class. |
Properties
Name | Description |
---|---|
Application | Gets the YubiKeyApplication to which this command belongs. |
Page | Gets or sets the page number of the device information to retrieve |
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. |