CefSettings IgnoreCertificateErrors Property Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Set to true (1) to ignore errors related to invalid SSL certificates. Enabling this setting can lead to potential security vulnerabilities like "man in the middle" attacks. Applications that load content from the internet should not enable this setting. Also configurable using the "ignore-certificate-errors" command-line switch.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public bool IgnoreCertificateErrors { get; set; }

Property Value

Type: OnlineBoolean
See Also