CreateResponseForApdu Method
CreateResponseForApdu(ResponseApdu)
Creates the appropriate response class that can parse the ResponseApdu.
C#
public override SelectOathResponse CreateResponseForApdu(ResponseApdu responseApdu)
Parameters
Type | Name | Description |
---|---|---|
ResponseApdu | responseApdu | The ResponseApdu from the YubiKey. |
Returns
Overrides
Yubico.YubiKey.InterIndustry.Commands.BaseSelectApplicationCommand<Yubico.YubiKey.Oath.Commands.SelectOathResponse>.CreateResponseForApdu(Yubico.Core.Iso7816.ResponseApdu)