CefCustomSchemeIsSecure Property  | 
Version 93.1.111 
            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: 93.1.111.0 (93.1.111.0)
Syntaxpublic bool IsSecure { get; set; }public:
property bool IsSecure {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also