• Home
  • User's Manual
  • YubiKey API docs
  • Core API docs
  • YubiKey API docs
Show / Hide Table of Contents

CreateResponseForApdu Method

CreateResponseForApdu(ResponseApdu)

Creates the corresponding IYubiKeyResponse implementation for the current command.

C#
public ReadNdefDataResponse CreateResponseForApdu(ResponseApdu responseApdu)

Parameters

Type Name Description
ResponseApdu responseApdu

The ResponseApdu returned by the YubiKey.

Returns

ReadNdefDataResponse

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