type TCefSslInfoRef = class(TCefBaseRefCountedRef, ICefSslInfo)
This item has no description.
| Protected | function GetCertStatus: TCefCertStatus; |
| Protected | function GetX509Certificate: ICefX509Certificate; |
| Public | class function UnWrap(data: Pointer): ICefSslInfo; |
| Protected | function GetCertStatus: TCefCertStatus; |
|
This item has no description. Showing description inherited from ICefSslInfo.GetCertStatus. Returns a bitmask containing any and all problems verifying the server certificate. | |
| Protected | function GetX509Certificate: ICefX509Certificate; |
|
This item has no description. Showing description inherited from ICefSslInfo.GetX509Certificate. Returns the X.509 certificate. | |
| Public | class function UnWrap(data: Pointer): ICefSslInfo; |
|
This item has no description. | |