CefSettingsIgnoreCertificateErrors Property |
Version 55.0.0
Set to true in order to completely ignore SSL certificate errors.
This is NOT recommended.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax public bool IgnoreCertificateErrors { get; set; }
public:
property bool IgnoreCertificateErrors {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also