ResetCommand Class
Namespace: Yubico.YubiKey.Oath.Commands Assembly: Yubico.YubiKey.dllResets the YubiKey's OATH application back to a factory default state.
C#
public class ResetCommand : Object, IYubiKeyCommand<OathResponse>
Inheritance
System.Object
ResetCommand
Implements
Constructors
Name | Description |
---|---|
ResetCommand() | Constructs an instance of the ResetCommand 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. |