PayPal Integrator V5 - Online Help
PayPal Integrator V5
Questions / Feedback?

SSLAcceptServerCert Property

Instructs the component to unconditionally accept the server certificate that matches the supplied certificate.

Syntax

[VB.NET]
Public Property SSLAcceptServerCert As Certificate

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

Remarks

If it finds any issues with the certificate presented by the server, the component will normally terminate the connection with an error.

You may override this behavior by supplying a value for SSLAcceptServerCert. If the certificate supplied in SSLAcceptServerCert is the same as the certificate presented by the server, then the server certificate is accepted unconditionally, and the connection will continue normally.

Please note that this functionality is provided only for cases where you otherwise know that you are communicating with the right server. If used improperly, this property may create a security breach. Use it at your own risk.

Default Value

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0