AbstractCefSettingsEnableNetSecurityExpiration Property |
Version 73.1.130
Set to true to enable date-based expiration of built in network security information (i.e. certificate transparency logs,
HSTS preloading and pinning information). Enabling this option improves network security but may cause HTTPS load failures when
using CEF binaries built more than 10 weeks in the past. See https://www.certificate-transparency.org/ and
https://www.chromium.org/hsts for details. Can be set globally using the CefSettings.EnableNetSecurityExpiration value.
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 73.1.130.0
Syntax public bool EnableNetSecurityExpiration { get; set; }
public:
property bool EnableNetSecurityExpiration {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also