Show / Hide Table of Contents

CalculateCredentialResponse Class

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

The response to the CalculateCredentialCommand command, containing the response from the oath application.

C#
public class CalculateCredentialResponse : OathResponse, IYubiKeyResponseWithData<Code>, IYubiKeyResponse
Inheritance object YubiKeyResponse OathResponse CalculateCredentialResponse
Implements
IYubiKeyResponseWithData<Code>
IYubiKeyResponse

Constructors

Name Description
CalculateCredentialResponse(ResponseApdu, Credential)

Constructs an instance of the CalculateCredentialResponse class based on a ResponseApdu received from the YubiKey.

Properties

Name Description
Credential

The credential that was sent to calculate in CalculateCredentialCommand.

StatusCodeMap

Retrieves the details describing the processing state.

Methods

Name Description
GetData()

Gets the instance Code class.

In this article
Back to top Generated by DocFX