CefSettingsBaseIgnoreCertificateErrors Property  | 
Version 104.4.240 
            Set to true in order to completely ignore SSL certificate errors. This is NOT recommended.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 104.4.240.0
Syntaxpublic bool IgnoreCertificateErrors { get; set; }public:
property bool IgnoreCertificateErrors {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also