1 write to AllowTlsResume
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\SniOptionsSelector.cs (1)
202AllowTlsResume = sslOptions.AllowTlsResume,
2 references to AllowTlsResume
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\SniOptionsSelector.cs (1)
202AllowTlsResume = sslOptions.AllowTlsResume,
System.Net.Security (1)
System\Net\Security\SslAuthenticationOptions.cs (1)
119AllowTlsResume = sslServerAuthenticationOptions.AllowTlsResume;