Show / Hide Table of Contents

CreateResponseForApdu Method

CreateResponseForApdu(ResponseApdu)

Creates the DeleteKeyResponse from the ResponseApdu data.

C#
public DeleteKeyResponse CreateResponseForApdu(ResponseApdu responseApdu)

Parameters

Type Name Description
ResponseApdu responseApdu

The return data with which the Yubikey responded to the DeleteKeyCommand

Returns

DeleteKeyResponse

The DeleteKeyResponse for the DeleteKeyCommand

Implements

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