CefSettingsBaseIgnoreCertificateErrors Property |
Version 118.6.80
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: 118.6.80.0
Syntax public bool IgnoreCertificateErrors { get; set; }
public:
property bool IgnoreCertificateErrors {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also