Show / Hide Table of Contents

DeviceResetCommand Class

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

Execute device reset.

C#
public class DeviceResetCommand : IYubiKeyCommand<DeviceResetResponse>
Inheritance object DeviceResetCommand
Implements
IYubiKeyCommand<DeviceResetResponse>

Remarks

This class has a corresponding partner class DeviceResetResponse

Constructors

Name Description
DeviceResetCommand()

Initializes a new instance of the DeviceResetCommand 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