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
-
objectDeviceResetResponse
- Implements
- Inherited Members
Constructors
DeviceResetResponse(ResponseApdu)
Constructs a DeviceResetResponse instance based on a ResponseApdu received from the YubiKey.
public DeviceResetResponse(ResponseApdu responseApdu)
Parameters
responseApdu
ResponseApduThe ResponseApdu returned by the YubiKey.