C-DEngine 5.105

TheServiceHostInfo..::..IgnoreServerCertificateNameMismatch Property

Allows SSL connections to servers for which the provided certificate does not match the host name.

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

Syntax


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