BaseYubiHsmAuthResponseWithRetries Class
Namespace: Yubico.YubiKey.YubiHsmAuth.Commands Assembly: Yubico.YubiKey.dllThe base class of YubiHSM Auth response types that are paired with commands that require authentication.
C#
public abstract class BaseYubiHsmAuthResponseWithRetries : BaseYubiHsmAuthResponse, IYubiKeyResponse
Inheritance
System.Object
YubiKeyResponse
BaseYubiHsmAuthResponse
BaseYubiHsmAuthResponseWithRetries
Implements
Remarks
Some commands require authentication with either the management key or a credential password. There is a limit to the number of retries that are allowed. In the event that authentication fails, this class will return the number of retries remaining.
Constructors
Name | Description |
---|---|
BaseYubiHsmAuthResponseWithRetries(ResponseApdu) |
Properties
Name | Description |
---|---|
RetriesRemaining | The number of retries remaining after failing to authenticate. |
StatusCodeMap | Retrieves the details describing the processing state. |
StatusWordContainsRetries | Checks whether the status word contains a retry count. |