Show / Hide Table of Contents

ChangeManagementKeyResponse Class

Namespace: Yubico.YubiKey.YubiHsmAuth.Commands Assembly: Yubico.YubiKey.dll

The response class for changing the management key.

C#
public class ChangeManagementKeyResponse : BaseYubiHsmAuthResponseWithRetries, IYubiKeyResponse
Inheritance object YubiKeyResponse BaseYubiHsmAuthResponse BaseYubiHsmAuthResponseWithRetries ChangeManagementKeyResponse
Implements
IYubiKeyResponse

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.

In this article
Back to top Generated by DocFX