C-DEngine 5.105

TheServiceHostInfo..::..IgnoreServerCertificateErrors Property

Ignores any SSL certificate validation errors (default behavior before 4.208)

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool IgnoreServerCertificateErrors { get; set; }
Public Property IgnoreServerCertificateErrors As Boolean
	Get
	Set
public:
property bool^ IgnoreServerCertificateErrors {
	bool^ get ();
	void set (bool^ value);
}