property UseSecureRenegotiation: boolean; default True;
Description
Determines if the TLS renegotiation indication extension will be sent from the client to the TLS/SSL server during the TLS/SSL handshake when starting a new session and when requesting session resumption.
Set UseSecureRenegotiation to True, to add the TTLSRenegotiationIndicationExtension object to the TScSSLClient.ClientHelloExtensions list. Set UseSecureRenegotiation to False, to remove the TTLSRenegotiationIndicationExtension instance from the TScSSLClient.ClientHelloExtensions list.
The default value is True.
See also
TTLSRenegotiationIndicationExtension
TScSSLClient.ClientHelloExtensions