Overload List
| Name | Description | |
|---|---|---|
| RevokeKey(String, String, String, Byte, String) |
Revokes a public key.
| |
| RevokeKey(KeyStore, Int64, String, Byte, String) |
Revokes a public key or sub key from a KeyStore.
Note: The corresponding private key of this key must also be in the same KeyStore object. Equivalent GPG command: gpg --edit-key [userId] revkey | |
| RevokeKey(KeyStore, String, String, Byte, String) |
Revokes a public key or sub key from a KeyStore.
Note: The corresponding private key of this key must also be in the same KeyStore object. Equivalent GPG command: gpg --edit-key [userId] revkey |