1 write to SslProtocols
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ConfigurationReader.cs (1)
156SslProtocols = ParseSslProcotols(sniChild.GetSection(SslProtocolsKey)),
4 references to SslProtocols
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\ConfigurationReader.cs (3)
348(SslProtocols ?? System.Security.Authentication.SslProtocols.None) == (other.SslProtocols ?? System.Security.Authentication.SslProtocols.None) && 353Protocols ?? ListenOptions.DefaultHttpProtocols, SslProtocols ?? System.Security.Authentication.SslProtocols.None,
Internal\SniOptionsSelector.cs (1)
53EnabledSslProtocols = sniConfig.SslProtocols ?? fallbackHttpsOptions.SslProtocols,