ChangeManagementKeyResponse Class
Namespace: Yubico.YubiKey.YubiHsmAuth.Commands Assembly: Yubico.YubiKey.dllThe response class for changing the management key.
C#
public class ChangeManagementKeyResponse : BaseYubiHsmAuthResponseWithRetries, IYubiKeyResponse
Inheritance
System.Object
YubiKeyResponse
BaseYubiHsmAuthResponse
BaseYubiHsmAuthResponseWithRetries
ChangeManagementKeyResponse
Implements
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
Name | Description |
---|---|
ChangeManagementKeyResponse(ResponseApdu) | Constructs a ChangeManagementKeyResponse based on a ResponseApdu received from the YubiKey. |