CreateResponseForApdu Method

CreateResponseForApdu(ResponseApdu)

Creates the corresponding IYubiKeyResponse implementation for the current command.

C#
TResponse CreateResponseForApdu(ResponseApdu responseApdu)

Parameters

Type Name Description
ResponseApdu responseApdu

The ResponseApdu returned by the YubiKey.

Returns

TResponse

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

Generated by DocFX