2 writes to AllowTlsResume
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\SniOptionsSelector.cs (1)
202AllowTlsResume = sslOptions.AllowTlsResume,
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
SniOptionsSelectorTests.cs (1)
860AllowTlsResume = false,
5 references to AllowTlsResume
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\SniOptionsSelector.cs (1)
202AllowTlsResume = sslOptions.AllowTlsResume,
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (3)
SniOptionsSelectorTests.cs (3)
906Assert.Equal(options.AllowTlsResume, clonedOptions.AllowTlsResume); 907Assert.True(propertyNames.Remove(nameof(options.AllowTlsResume)));
System.Net.Security (1)
System\Net\Security\SslAuthenticationOptions.cs (1)
105AllowTlsResume = sslServerAuthenticationOptions.AllowTlsResume;