RenameCommand Constructor
RenameCommand()
Constructs an instance of the RenameCommand class.
C#
public RenameCommand()
RenameCommand(Credential, String, String)
Constructs an instance of the RenameCommand class.
C#
public RenameCommand(Credential credential, string newIssuer, string newAccount)
Parameters
Type | Name | Description |
---|---|---|
Credential | credential | The credential to edit. |
System.String | newIssuer | The new issuer. |
System.String | newAccount | The new account name. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | The credential to rename is null, or the new account name to set is null, empty or consists only of white-space characters. |