Class ResetApplicationResponse
- Namespace
- Yubico.YubiKey.YubiHsmAuth.Commands
- Assembly
- Yubico.YubiKey.dll
The response class for resetting the YubiHSM Auth application.
public class ResetApplicationResponse : BaseYubiHsmAuthResponse, IYubiKeyResponse
- Inheritance
-
objectResetApplicationResponse
- Implements
- Inherited Members
Remarks
The partner class is ResetApplicationCommand.
Constructors
ResetApplicationResponse(ResponseApdu)
Constructs an ResetApplicationResponse based on a ResponseApdu received from the YubiKey.
public ResetApplicationResponse(ResponseApdu responseApdu)
Parameters
responseApdu
ResponseApduThe ResponseApdu returned by the YubiKey.