SecureContextType Enumeration | 
Version 104.4.240 
            Indicates whether the frame is a secure context and why it is the case.
            
 
    Namespace: 
   CefSharp.DevTools.Page
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic enum SecureContextType
public enum class SecureContextType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Secure | 0 | 
            Secure
             | 
 | SecureLocalhost | 1 | 
            SecureLocalhost
             | 
 | InsecureScheme | 2 | 
            InsecureScheme
             | 
 | InsecureAncestor | 3 | 
            InsecureAncestor
             | 
See Also