<< back to sysax.com Product page |
The PGPSign method can be used to sign a file using OpenPGP.
Exhibit 12.7. IDL Definition of method to signing files
HRESULT PGPSign ([in] BSTR b_username, [in] BSTR b_passphrase, [in, defaultvalue("")] BSTR b_keyringfile); |
Exhibit 12.8. Example usage of method to signing files (VBScript)
app.PGPSign "myuser", "mypassphrase", "" |