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