Click or drag to resize

AbstractCefSettingsIgnoreCertificateErrors Property

Version 75.1.140
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: 75.1.140.0
Syntax
public bool IgnoreCertificateErrors { get; set; }

Property Value

Type: Boolean
See Also