Show / Hide Table of Contents

CompleteAuthenticateManagementKeyResponse Class

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

The response to the complete authenticate management key command.

C#
public sealed class CompleteAuthenticateManagementKeyResponse : PivResponse, IYubiKeyResponseWithData<AuthenticateManagementKeyResult>, IYubiKeyResponse
Inheritance object YubiKeyResponse PivResponse CompleteAuthenticateManagementKeyResponse
Implements
IYubiKeyResponseWithData<AuthenticateManagementKeyResult>
IYubiKeyResponse

Remarks

This is the partner Response class to CompleteAuthenticateManagementKeyCommand.

The data returned is an AuthenticateManagementKeyResult enum.

See the comments for the class InitializeAuthenticateManagementKeyCommand, there is a lengthy discussion of the process of authenticating the management key, including descriptions of the challenges and responses.

Constructors

Name Description
CompleteAuthenticateManagementKeyResponse(ResponseApdu, ReadOnlyMemory<byte>)

Constructs a CompleteAuthenticateManagementKeyResponse based on a ResponseApdu received from the YubiKey.

Properties

Name Description
StatusCodeMap

Retrieves the details describing the processing state.

Methods

Name Description
GetData()

Determines the result of the management key authentication.

In this article
Back to top Generated by DocFX