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 System.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

Methods

Name Description
GetData()

Determines the result of the management key authentication.

Generated by DocFX