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 |
---|---|---|
System.Byte | sourceSlot | The Yubikey slot of the key you want to move. This must be a valid slot number. |
System.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()