Show / Hide Table of Contents

GetManagementKeyRetriesResponse Class

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

The response to the GetManagementKeyRetriesCommand command, containing the retries remaining for the management key.

C#
public sealed class GetManagementKeyRetriesResponse : BaseYubiHsmAuthResponse, IYubiKeyResponseWithData<int>, IYubiKeyResponse
Inheritance object YubiKeyResponse BaseYubiHsmAuthResponse GetManagementKeyRetriesResponse
Implements
IYubiKeyResponseWithData<int>
IYubiKeyResponse

Constructors

Name Description
GetManagementKeyRetriesResponse(ResponseApdu)

Constructs a GetManagementKeyRetriesResponse instance based on a ResponseApdu received from the YubiKey.

Methods

Name Description
GetData()

Gets the number of retries remaining for the management key.

In this article
Back to top Generated by DocFX