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