GetManagementKeyRetriesResponse Class
Namespace: Yubico.YubiKey.YubiHsmAuth.Commands Assembly: Yubico.YubiKey.dllThe response to the GetManagementKeyRetriesCommand command, containing the retries remaining for the management key.
C#
public sealed class GetManagementKeyRetriesResponse : BaseYubiHsmAuthResponse, 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. |