Click or drag to resize

CefCustomSchemeIsSecure Property

Version 94.4.20
If true the scheme will be treated with the same security rules as those applied to "https" URLs. For example, loading this scheme from other secure schemes will not trigger mixed content warnings.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public bool IsSecure { get; set; }

Property Value

Type: Boolean
See Also