2 writes to AllowTlsResume
System.Net.Security (2)
System\Net\Security\SslAuthenticationOptions.cs (2)
45
AllowTlsResume
= sslClientAuthenticationOptions.AllowTlsResume;
106
AllowTlsResume
= sslServerAuthenticationOptions.AllowTlsResume;
4 references to AllowTlsResume
System.Net.Security (4)
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;
System\Net\Security\SslStream.Protocol.cs (3)
607
_sslAuthenticationOptions.
AllowTlsResume
,
753
_sslAuthenticationOptions.
AllowTlsResume
,
955
_sslAuthenticationOptions.
AllowTlsResume
,