Class ChangeManagementKeyResponse
- Namespace
- Yubico.YubiKey.YubiHsmAuth.Commands
- Assembly
- Yubico.YubiKey.dll
The response class for changing the management key.
public class ChangeManagementKeyResponse : BaseYubiHsmAuthResponseWithRetries, IYubiKeyResponse
- Inheritance
-
objectChangeManagementKeyResponse
- Implements
- Inherited Members
Remarks
If authentication failed, the Status will be set to AuthenticationRequired and RetriesRemaining will contain the number of retries remaining for the management key.
The associated command class is ChangeManagementKeyCommand.
Constructors
ChangeManagementKeyResponse(ResponseApdu)
Constructs a ChangeManagementKeyResponse based on a ResponseApdu received from the YubiKey.
public ChangeManagementKeyResponse(ResponseApdu responseApdu)
Parameters
responseApdu
ResponseApduThe ResponseApdu returned by the YubiKey.