RenameCommand Class
Namespace: Yubico.YubiRenames an existing credential by setting new issuer and account names.
C#
public class RenameCommand : IYubiKeyCommand<RenameResponse>
Inheritance
object
RenameCommand
Implements
Constructors
Name | Description |
---|---|
Rename |
Constructs an instance of the Rename |
Rename |
Constructs an instance of the Rename |
Properties
Name | Description |
---|---|
Application | Gets the YubiKeyApplication to which this command belongs. |
Credential | The credential to edit. |
New |
The new account name. |
New |
The new issuer. |
Methods
Name | Description |
---|---|
Create |
Creates a well-formed CommandApdu to send to the YubiKey. |
Create |
Creates the corresponding IYubiKeyResponse implementation for the current command. |