1 reference to DisableTlsResume
System.Net.Security (1)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
341
bool cacheSslContext = sslAuthenticationOptions.AllowTlsResume && !SslStream.
DisableTlsResume
&& sslAuthenticationOptions.EncryptionPolicy == EncryptionPolicy.RequireEncryption && sslAuthenticationOptions.CipherSuitesPolicy == null;