Show / Hide Table of Contents

CreateResponseForApdu Method

CreateResponseForApdu(ResponseApdu)

Creates the MoveKeyResponse from the ResponseApdu data.

C#
public MoveKeyResponse CreateResponseForApdu(ResponseApdu responseApdu)

Parameters

Type Name Description
ResponseApdu responseApdu

The return data with which the Yubikey responded to the MoveKeyCommand

Returns

MoveKeyResponse

The MoveKeyResponse for the MoveKeyCommand

Implements

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