Chromium Embedded Framework (CEF)  115.3.3+g521608d+chromium-115.0.5790.40
CefSSLInfo Class Referenceabstract

Class representing SSL information. More...

#include "include/cef_ssl_info.h"

Inheritance diagram for CefSSLInfo:
CefBaseRefCounted

Public Member Functions

virtual cef_cert_status_t GetCertStatus ()=0
 Returns a bitmask containing any and all problems verifying the server certificate. More...
 
virtual CefRefPtr< CefX509CertificateGetX509Certificate ()=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 ()
 

Detailed Description

Class representing SSL information.

Member Function Documentation

◆ GetCertStatus()

virtual cef_cert_status_t CefSSLInfo::GetCertStatus ( )
pure virtual

Returns a bitmask containing any and all problems verifying the server certificate.

◆ GetX509Certificate()

virtual CefRefPtr<CefX509Certificate> CefSSLInfo::GetX509Certificate ( )
pure virtual

Returns the X.509 certificate.


The documentation for this class was generated from the following file: