| SslContentStatus Enumeration | 
Version 109.1.110 
            Supported SSL content status flags. See content/public/common/ssl_status.h
            for more information.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
 Syntax
Syntaxpublic enum SslContentStatus
public enum class SslContentStatus
 Members
Members|  | Member name | Value | Description | 
|---|
|  | NormalContent | 0 | HTTP page, or HTTPS page with no insecure content.. | 
|  | DisplayedInsecureContent | 1 | HTTPS page containing "displayed" HTTP resources (e.g. images, CSS). | 
|  | RanInsecureContent | 2 | HTTPS page containing "executed" HTTP resources (i.e. script) | 
 See Also
See Also