wodHttpDLX ActiveX Control - CertErrors Property
      
 

Description

Returns list of certificate errors.


Property type

A String value.  


Syntax

object.CertErrors



The CertErrors Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodHttpDLX.

Remarks

This property will contain list of all certificate errors (for SSL-enabled connections) that occurred during last connection. If there is more than one error, they are separated by CRLF sequence (one error per line). This is the same list fired through HostCertificate event (which is unavailable in some scripting environments, such as ASP).

 

You can make your application ignore these errors completely, by setting IgnoreCertErrors property to True.

This property is read-only and only available at run-time.