property ExtendedMasterSecretMode: TScExtendedMasterSecretMode; default emsmAllow;
Description
Determines whether Extended Master Secret TLS Extension will be used to compute the master secret. The extended mode is available in TLS1.0, TLS1.1, and TLS1.2.
The client initiates the use of this mode. The server may allow or forbid the extended mode for the secret key.
The default value is emsmAllow.
See Also