Show / Hide Table of Contents

CreateCommandApdu Method

CreateCommandApdu()

Creates and validates the CommandApdu.

C#
public CommandApdu CreateCommandApdu()

Returns

CommandApdu

The CommandApdu that targets the Move operation with the correct parameters

Implements

IYubiKeyCommand<TResponse>.CreateCommandApdu()

Exceptions

Type Condition
InvalidOperationException

An exception will be thrown upon invalid slot usage. Either one of the slots were the Attestation or the source and destination slot were the same.

In this article
Back to top Generated by DocFX