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