Show / Hide Table of Contents

SetDeviceInfoCommand Class

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

Configures device-wide settings on the YubiKey.

C#
public class SetDeviceInfoCommand : SetDeviceInfoBaseCommand, IYubiKeyCommand<YubiKeyResponse>
Inheritance object SetDeviceInfoBaseCommand SetDeviceInfoCommand
Implements
IYubiKeyCommand<YubiKeyResponse>

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.

In this article
Back to top Generated by DocFX