CompleteAuthenticateManagementKeyResponse Class
Namespace: Yubico.YubiKey.Piv.Commands Assembly: Yubico.YubiKey.dllThe response to the complete authenticate management key command.
C#
public sealed class CompleteAuthenticateManagementKeyResponse : PivResponse, 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. |