Overload List
| Name | Description | |
|---|---|---|
| RevokeKeyWithDesignatedRevoker(String, String, String, Byte, String) |
Revokes an OpenPGP public key with a designated revoker private key file.
| |
| RevokeKeyWithDesignatedRevoker(KeyStore, Int64, Int64, String, Byte, String) |
Revokes an OpenPGP public key located in a KeyStore with a designated revoker.
Note: the designated revoker private key must also exist in the same KeyStore object. Equivalent GPG command: gpg --desig-revoke [keyId] | |
| RevokeKeyWithDesignatedRevoker(KeyStore, String, String, String, Byte, String) |
Revokes an OpenPGP public key located in a KeyStore with a designated revoker.
Note: the designated revoker private key must also exist in the same KeyStore object. Equivalent GPG command: gpg --desig-revoke [userId] |