type ICefSslInfo = interface(ICefBaseRefCounted)
Interface representing SSL information.
UNKNOWN
<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))
function GetCertStatus: TCefCertStatus; |
|
function GetX509Certificate: ICefX509Certificate; |
function GetCertStatus: TCefCertStatus; |
|
Returns a bitmask containing any and all problems verifying the server certificate. Attributes
|
function GetX509Certificate: ICefX509Certificate; |
|
Returns the X.509 certificate. |