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