Show / Hide Table of Contents

CreateResponseForApdu Method

CreateResponseForApdu(ResponseApdu)

Creates the corresponding IYubiKeyResponse implementation for the current command.

C#
public GetDataResponse CreateResponseForApdu(ResponseApdu responseApdu)

Parameters

Type Name Description
ResponseApdu responseApdu

The ResponseApdu returned by the YubiKey.

Returns

GetDataResponse

The implementation of IYubiKeyResponse that parses and presents ths response APDU.

Implements

IYubiKeyCommand<TResponse>.CreateResponseForApdu(ResponseApdu)
In this article
Back to top Generated by DocFX