| CefSettingsBaseIgnoreCertificateErrors Property  | 
Version 94.4.20 
            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: 94.4.20.0
 Syntax
Syntaxpublic bool IgnoreCertificateErrors { get; set; }public:
property bool IgnoreCertificateErrors {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean See Also
See Also