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