|
This online help file is for EFT Server version 6.2.x. For other versions of EFT Server, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
|
This interface is available in EFT Server 5.2 and later. |
The ICIPgpActionParams interface allows you to make changes to the OpenPGP Event Action settings. Access the ICIPgpActionParams interface with the ICIEventAction Params property (when its Type property returns PGPAction).
Example:
If action.Type = 32 then ‘PGPAction
Set pgpParams = action.Params
EndIf
Retrieving or Changing File Path for OpenPGP Event Action (FilePath)
Retrieving or Changing Keys to Encrypt/Decrypt Data (KeyIDs)
Retrieving or Changing the Passphrase for Signing or Decryption Key (Passphrase)
Retrieving or Changing Key to Sign Encrypted Data (SignKeyID)