Show / Hide Table of Contents

BaseYubiHsmAuthResponseWithRetries Class

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

The base class of YubiHSM Auth response types that are paired with commands that require authentication.

C#
public abstract class BaseYubiHsmAuthResponseWithRetries : BaseYubiHsmAuthResponse, IYubiKeyResponse
Inheritance object YubiKeyResponse BaseYubiHsmAuthResponse BaseYubiHsmAuthResponseWithRetries
AddCredentialResponse
ChangeManagementKeyResponse
DeleteCredentialResponse
GetAes128SessionKeysResponse
Implements
IYubiKeyResponse

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.

In this article
Back to top Generated by DocFX