C-DEngine 5.105

TheServiceHostInfo..::..IgnoreServerCertificateNotAvailable Property

Allows SSL connections to servers that do not provide an SSL certificate.

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

Syntax


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