Show / Hide Table of Contents

CalculateCredentialResponse Constructor

CalculateCredentialResponse(ResponseApdu, Credential)

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

C#
public CalculateCredentialResponse(ResponseApdu responseApdu, Credential credential)

Parameters

Type Name Description
ResponseApdu responseApdu

The ResponseApdu returned by the YubiKey.

Credential credential

The credential that was sent to calculate in CalculateCredentialCommand.

In this article
Back to top Generated by DocFX