SSLAcceptServerCert Property
For sending HTTPS asynchronous MDNs, a server certificate to unconditionally accept.
Syntax
public Certificate SSLAcceptServerCert { get; set; }
Public Property SSLAcceptServerCert As Certificate
Remarks
You must set this property to send asynchronous HTTPS MDNs if your trading partner is using a certificate that is not inherently trusted by your system.
When an asynchronous MDN is requested over HTTPS, the component will create a new secure connection with the URL specified in ReceiptDeliveryOption. By default the component will reject any server certificates not signed by a trusted Certificate Authority (CA).
You may also trap the SSLServerAuthentication event to accept the server certificate.