Overload List
| Name | Description | |
|---|---|---|
| RevokeUserIdSignature(KeyStore, String, String, Byte, String) |
Revokes a User Id signature binding from an OpenPGP public key located in a KeyStore
Note: the corresponding private key must also exist in this KeyStore in order the signature to be produced. Equivalent GPG command: gpg --edit-key [userId] | |
| RevokeUserIdSignature(String, String, String, String, Byte, String) |
Revokes a User Id signature binding from an OpenPGP public key file.
One reason to do this is if this User Id is no longer connected to this key, for example have left the company. | |
| RevokeUserIdSignature(KeyStore, Int64, String, String, Byte, String) |
Revokes a User Id signature binding from an OpenPGP public key located in a KeyStore
Note: the corresponding private key must also exist in this KeyStore in order the signature to be produced. Equivalent GPG command: gpg --edit-key [keyId] |