ResetApplicationCommand Class
Namespace: Yubico.YubiReset the YubiHSM Auth application, which will delete all credentials, reset the management key to its default value (all zeros), and reset the management key retry counter to 8.
C#
public sealed class ResetApplicationCommand : IYubiKeyCommand<ResetApplicationResponse>
Inheritance
object
ResetApplicationCommand
Implements
Remarks
The associated response class is Reset
Constructors
Name | Description |
---|---|
Reset |
Constructs an instance of the Reset |
Properties
Name | Description |
---|---|
Application | Gets the Yubi |
Methods
Name | Description |
---|---|
Create |
Creates a well-formed CommandApdu to send to the YubiKey. |
Create |
Creates the corresponding IYubiKeyResponse implementation for the current command. |