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 |
---|---|---|
System.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()