SetDeviceInfoCommand Class
Namespace: Yubico.YubiKey.U2f.Commands Assembly: Yubico.YubiKey.dllConfigures device-wide settings on the YubiKey.
C#
public sealed class SetDeviceInfoCommand : SetDeviceInfoBaseCommand, IYubiKeyCommand<SetDeviceInfoResponse>
Implements
Constructors
Name | Description |
---|---|
SetDeviceInfoCommand() | Initializes a new instance of the SetDeviceInfoCommand class. |
SetDeviceInfoCommand(SetDeviceInfoBaseCommand) | Initializes a new instance of the SetDeviceInfoCommand class. |
Properties
Name | Description |
---|---|
Application | Gets the YubiKeyApplication (e.g. PIV, OATH, etc.) to which this command applies. |
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. |