MoveKeyCommand Constructor
MoveKeyCommand(byte, byte)
Constructor for the MoveKeyCommand, which is used to move a PIV key from one slot to another. The source slot must not be the Attestation slot, and the destination slot must be empty.
C#
public MoveKeyCommand(byte sourceSlot, byte destinationSlot)
Parameters
Type | Name | Description |
---|---|---|
byte | sourceSlot | The Yubikey slot of the key you want to move. This must be a valid slot number. |
byte | destinationSlot | The target Yubikey slot for the key you want to move. This must be a valid slot number. |
MoveKeyCommand()
Constructor for the MoveKeyCommand, which is used to move a PIV key from one slot to another. The source slot must not be the Attestation slot, and the destination slot must be empty.
C#
public MoveKeyCommand()