Click or drag to resize

CefSettingsBaseIgnoreCertificateErrors Property

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

Property Value

Type: Boolean
See Also