| 
    Chromium Embedded Framework (CEF)
    119.1.0+g612d63a+chromium-119.0.6045.33
    
   | 
 
Class representing the SSL information for a navigation entry. More...
#include "include/cef_ssl_status.h"
  
Public Member Functions | |
| virtual bool | IsSecureConnection ()=0 | 
| Returns true if the status is related to a secure SSL/TLS connection.  More... | |
| virtual cef_cert_status_t | GetCertStatus ()=0 | 
| Returns a bitmask containing any and all problems verifying the server certificate.  More... | |
| virtual cef_ssl_version_t | GetSSLVersion ()=0 | 
| Returns the SSL version used for the SSL connection.  More... | |
| virtual cef_ssl_content_status_t | GetContentStatus ()=0 | 
| Returns a bitmask containing the page security content status.  More... | |
| virtual CefRefPtr< CefX509Certificate > | GetX509Certificate ()=0 | 
| Returns the X.509 certificate.  More... | |
  Public Member Functions inherited from CefBaseRefCounted | |
| virtual void | AddRef () const =0 | 
| Called to increment the reference count for the object.  More... | |
| virtual bool | Release () const =0 | 
| Called to decrement the reference count for the object.  More... | |
| virtual bool | HasOneRef () const =0 | 
| Returns true if the reference count is 1.  More... | |
| virtual bool | HasAtLeastOneRef () const =0 | 
| Returns true if the reference count is at least 1.  More... | |
Additional Inherited Members | |
  Protected Member Functions inherited from CefBaseRefCounted | |
| virtual | ~CefBaseRefCounted () | 
Class representing the SSL information for a navigation entry.
      
  | 
  pure virtual | 
Returns a bitmask containing any and all problems verifying the server certificate.
      
  | 
  pure virtual | 
Returns a bitmask containing the page security content status.
      
  | 
  pure virtual | 
Returns the SSL version used for the SSL connection.
      
  | 
  pure virtual | 
Returns the X.509 certificate.
      
  | 
  pure virtual | 
Returns true if the status is related to a secure SSL/TLS connection.