Show / Hide Table of Contents

CalculateAllCredentialsResponse Class

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

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

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

Constructors

Name Description
CalculateAllCredentialsResponse(ResponseApdu)

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

Methods

Name Description
GetData()

Gets the dictionary of Credential and Code pair.

In this article
Back to top Generated by DocFX