EDI Integrator 2016 .NET Edition
EDI Integrator 2016 .NET Edition
Questions / Feedback?

SSLAcceptServerCert Property

For sending HTTPS asynchronous MDNs, a server certificate to unconditionally accept.

Syntax

[VB.NET]
Public Property SSLAcceptServerCert As Certificate

[C#]
public Certificate SSLAcceptServerCert {get; set;}

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.

Default Value

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 .NET Edition - Version 16.0 [Build 7362]