get_https_status
Description:
[ Version ( since = "2.34" ) ]
public bool get_https_status (out unowned TlsCertificate certificate, out TlsCertificateFlags errors)
public bool get_https_status (out unowned TlsCertificate certificate, out TlsCertificateFlags errors)
If this is using https (or attempted to use https but got SSL_FAILED), this retrieves the TlsCertificate associated with its connection, and the TlsCertificateFlags showing what problems, if any, have been found with that certificate.
Note:
Parameters:
this |
a Message |
certificate |
this's TLS certificate |
errors |
the verification status of |
Returns:
|