Click or drag to resize

RequestContextSettingsIgnoreCertificateErrors Property

Version 86.0.240
Set to true 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. Can be set globally using the CefSettings.IgnoreCertificateErrors value. This value will be ignored if CachePath matches the CefSettings.cache_path value.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 86.0.240.0
Syntax
public bool IgnoreCertificateErrors { get; set; }

Property Value

Type: Boolean
See Also