RequestContextSettingsIgnoreCertificateErrors Property  | 
Version 93.1.111 
            Set to true to ignore errors related to invalid SSL certificates.
            Enabling this setting can lead to potential security vulnerabilities like
            "man in the middle" attacks. Applications that load content from the
            internet should not enable this setting. Can be set globally using the
            CefSettings.IgnoreCertificateErrors value. This value will be ignored if
            CachePath matches the CefSettings.cache_path value.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 93.1.111.0
Syntaxpublic bool IgnoreCertificateErrors { get; set; }public:
property bool IgnoreCertificateErrors {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also