Overload List
| Name | Description | |
|---|---|---|
| CreateRevocationCertificateText(String, String, Byte, String) |
Creates a revocation certificate in ASCII armored string format for a given OpenPGP key.
Key revocation certificates are especially useful if we have forgotten the pass phrase to our private key and we need some way to "disable" or revoke that key. Equivalent GPG command: gpg --gen-revoke [UserId] | |
| CreateRevocationCertificateText(KeyStore, Int64, String, Byte, String) |
Creates a revocation certificate in ASCII armored string format for a given OpenPGP key.
Key revocation certificates are especially useful if we have forgotten the pass phrase to our private key and we need some way to "disable" or revoke that key. Equivalent GPG command: gpg --gen-revoke [keyId] | |
| CreateRevocationCertificateText(KeyStore, String, String, Byte, String) |
Creates a revocation certificate in ASCII armored string format for a given OpenPGP key.
Key revocation certificates are especially useful if we have forgotten the pass phrase to our private key and we need some way to "disable" or revoke that key. Equivalent GPG command: gpg --gen-revoke [UserId] |