Show / Hide Table of Contents

AddCredentialResponse Class

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

The response class for adding a credential to the YubiHSM Auth application.

C#
public class AddCredentialResponse : BaseYubiHsmAuthResponseWithRetries, IYubiKeyResponse
Inheritance object YubiKeyResponse BaseYubiHsmAuthResponse BaseYubiHsmAuthResponseWithRetries AddCredentialResponse
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 AddCredentialCommand.

Constructors

Name Description
AddCredentialResponse(ResponseApdu)

Constructs an AddCredentialResponse based on a ResponseApdu received from the YubiKey.

Properties

Name Description
StatusCodeMap

Retrieves the details describing the processing state.

In this article
Back to top Generated by DocFX