<< back to sysax.com Product page |
The PGPArmorOn method can be called to generate the encrypted output of successive methods in ASCII format. The PGPArmorOff can be used to generate the encrypted output of successive methods in a binary format (default).
Exhibit 12.15. IDL Definition of method to generate output in ASCII or binary format
HRESULT PGPArmorOn (); HRESULT PGPArmorOff (); |
Exhibit 12.16. Example usage of method to generate output in ASCII or Binary format (VBScript)
'generate output in ASCII format app.PGPArmorOn 'generate output in Binary format app.PGPArmorOff |