Overload List
| Name | Description | |
|---|---|---|
| ChangePrivateKeyPassword(Int64, String, String) |
Changes private key password.
(Inherited from KeyStore.)This method is equivalent to the GnuPG commands: gpg --edit-key [userId] Command>passwd | |
| ChangePrivateKeyPassword(String, String, String) |
Changes private key password.
(Inherited from KeyStore.)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 |