openpgp_sign
Description:
public bool openpgp_sign (
string userid)
throws Error
Signs the content of the this and then replaces the content with the new, signed, content.
Parameters:
this |
a Part
|
userid |
the key id (or email address) to use for signing
|
Returns:
true on success or false on error.
|