Overload List
| Name | Description | |
|---|---|---|
| ChangePrivateKeyPassword(Int64, String, String) |
Changes private key password.
This method is equivalent to the GnuPG commands: gpg --edit-key [userId] Command>passwd | |
| ChangePrivateKeyPassword(String, String, String) |
Changes private key password.
If more than one key pairs exist with the supplied userId, only the first one is affected. This method is equivalent to the GnuPG commands: gpg --edit-key [userId] Command>passwd |