1 write to SslProtocols
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ConfigurationReader.cs (1)
156
SslProtocols
= 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) &&
353
Protocols ?? ListenOptions.DefaultHttpProtocols,
SslProtocols
?? System.Security.Authentication.SslProtocols.None,
Internal\SniOptionsSelector.cs (1)
53
EnabledSslProtocols = sniConfig.
SslProtocols
?? fallbackHttpsOptions.SslProtocols,