Specifying or Retrieving Path to AS2 Partner Certificate (PartnerCertificatePath)

Available in EFT Server 6.1 and later.

The ICIAS2SendActionParams::PartnerCertificatePath property allows you to specify or retrieve the path to the AS2 partner certificate for AS2 message encrypting and receipt signing.

HRESULT PartnerCertificatePath([out, retval] BSTR* pVal);

HRESULT PartnerCertificatePath([in] BSTR newVal);

Example (VBScript):

Retrieving:

MsgBox "Encrypt message with " & AS2SendParams.PartnerCertificatePath

Specifying:

AS2SendParams.PartnerCertificatePath = "C:\Partner.pem"