property ClientHelloExtensions: TTLSHelloExtensions;
Description
Gets a collection of TTLSHelloExtension objects. Use ClientHelloExtensions[Index] to obtain a pointer to a specific extension. The Index parameter indicates the index of the extension. 0 is the index of the first extension.
This extension list will be sent from client to TLS server during handshake when starting a new TLS session and when requesting session resumption. TLS extensions allow extending the information about client and server certificates, encryption abilities, signature algorithms, etc.
This property is read-only.
See Also