Click or drag to resize
CefSettingsIgnoreCertificateErrors Property
Version 51.0.0
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: 51.0.0.0
Syntax
public bool IgnoreCertificateErrors { get; set; }

Property Value

Type: Boolean
See Also