CreateResponseForApdu Method
CreateResponseForApdu(ResponseApdu)
Creates the corresponding IYubiKeyResponse implementation for the current command.
C#
public GetPinUvAuthTokenResponse CreateResponseForApdu(ResponseApdu responseApdu)
Parameters
Type | Name | Description |
---|---|---|
ResponseApdu | responseApdu | The ResponseApdu returned by the YubiKey. |
Returns
The implementation of IYubiKeyResponse that parses and presents ths response APDU.