get_tls_validation_flags
Description:
[ Version ( deprecated = true , deprecated_since = "2.72" , since = "2.28" ) ]
public TlsCertificateFlags get_tls_validation_flags ()
public TlsCertificateFlags get_tls_validation_flags ()
Warning: get_tls_validation_flags is deprecated since 2.72.
Gets the TLS validation flags used creating TLS connections via this.
Note:
Do not attempt to ignore validation errors.
This function does not work as originally designed and is impossible to use correctly. See tls_validation_flags for more information.
Parameters:
this |
a SocketClient. |
Returns:
the TLS validation flags |