C-DEngine 5.105

TheServiceHostInfo..::..IgnoreServerCertificateChainErrors Property

Allows SSL certificates for which the trust chain could not be validated (including expired certificates)

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

Syntax


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