[ Version ( since = "3.28" ) ]
public virtual bool get_ssl_error_details (out string out_certificate_pem, out TlsCertificateFlags out_certificate_errors)
It is optional to implement this virtual method by the descendants.
It is used to receive SSL error details when any online operation returns E_CLIENT_ERROR, E_CLIENT_ERROR_TLS_NOT_AVAILABLE error.
| this | |
| out_certificate_pem |
SSL certificate encoded in PEM format |
| out_certificate_errors |
bit-or of TlsCertificateFlags claiming the certificate errors |
|
true, when the SSL error details had been available and the out parameters populated, false otherwise. |