2 writes to AllowTlsResume
System.Net.Security (2)
System\Net\Security\SslAuthenticationOptions.cs (2)
45AllowTlsResume = sslClientAuthenticationOptions.AllowTlsResume; 106AllowTlsResume = sslServerAuthenticationOptions.AllowTlsResume;
4 references to AllowTlsResume
System.Net.Security (4)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
341bool cacheSslContext = sslAuthenticationOptions.AllowTlsResume && !SslStream.DisableTlsResume && sslAuthenticationOptions.EncryptionPolicy == EncryptionPolicy.RequireEncryption && sslAuthenticationOptions.CipherSuitesPolicy == null;
System\Net\Security\SslStream.Protocol.cs (3)
607_sslAuthenticationOptions.AllowTlsResume, 753_sslAuthenticationOptions.AllowTlsResume, 952_sslAuthenticationOptions.AllowTlsResume,