Table of Contents

Class DeviceResetResponse

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

The response to the DeviceResetCommand command, containing the YubiKey's device configuration details.

public class DeviceResetResponse : YubiKeyResponse, IYubiKeyResponse
Inheritance
object
DeviceResetResponse
Implements
Inherited Members

Constructors

DeviceResetResponse(ResponseApdu)

Constructs a DeviceResetResponse instance based on a ResponseApdu received from the YubiKey.

public DeviceResetResponse(ResponseApdu responseApdu)

Parameters

responseApdu ResponseApdu

The ResponseApdu returned by the YubiKey.