type TCefSslInfo = record
Structure representing SSL information.
Implemented by ICefSslInfo
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_ssl_info_capi.h">CEF source file: /include/capi/cef_ssl_info_capi.h (cef_sslinfo_t))
![]() |
base: TCefBaseRefCounted; |
![]() |
get_cert_status: function(self: PCefSslInfo): TCefCertStatus; stdcall; |
![]() |
get_x509certificate: function(self: PCefSslInfo): PCefX509Certificate; stdcall; |
![]() |
base: TCefBaseRefCounted; |
This item has no description. |
![]() |
get_cert_status: function(self: PCefSslInfo): TCefCertStatus; stdcall; |
This item has no description. |
![]() |
get_x509certificate: function(self: PCefSslInfo): PCefX509Certificate; stdcall; |
This item has no description. |