4 writes to AllowTlsResume
System.Net.Security (4)
System\Net\Security\SslAuthenticationOptions.cs (4)
62
AllowTlsResume
= sslClientAuthenticationOptions.AllowTlsResume;
134
AllowTlsResume
= sslServerAuthenticationOptions.AllowTlsResume;
238
AllowTlsResume
= AllowTlsResume,
274
AllowTlsResume
= other.AllowTlsResume;
8 references to AllowTlsResume
System.Net.Security (8)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
370
&& sslAuthenticationOptions.
AllowTlsResume
System\Net\Security\SslAuthenticationOptions.cs (2)
238
AllowTlsResume =
AllowTlsResume
,
274
AllowTlsResume = other.
AllowTlsResume
;
System\Net\Security\SslStream.Protocol.cs (3)
576
_sslAuthenticationOptions.
AllowTlsResume
,
722
_sslAuthenticationOptions.
AllowTlsResume
,
944
_sslAuthenticationOptions.
AllowTlsResume
,
System\Net\Security\SslStream.TlsSessionWedge.cs (1)
143
_sslAuthenticationOptions.
AllowTlsResume
,
System\Net\Security\TlsContext.OpenSsl.cs (1)
54
bool enableResume = sessionOptions.
AllowTlsResume