Show / Hide Table of Contents

DeleteKeyCommand Constructor

DeleteKeyCommand(byte)

Constructor for the DeleteKeyCommand, which is used to delete a PIV key from a slot.

C#
public DeleteKeyCommand(byte slotToClear)

Parameters

Type Name Description
byte slotToClear

The YubiKey slot of the key you want to clear.

DeleteKeyCommand()

Constructor for the DeleteKeyCommand, which is used to delete a PIV key from a slot.

C#
public DeleteKeyCommand()
In this article
Back to top Generated by DocFX