1 write to SslProtocols
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ConfigurationReader.cs (1)
63
SslProtocols
= ParseSslProcotols(configSection.GetSection(SslProtocolsKey)),
3 references to SslProtocols
Microsoft.AspNetCore.Server.Kestrel.Core (3)
KestrelConfigurationLoader.cs (2)
253
if (defaults.
SslProtocols
.HasValue)
255
httpsOptions.SslProtocols = defaults.
SslProtocols
.Value;
TlsConfigurationLoader.cs (1)
59
endpoint.SslProtocols = configurationReader.EndpointDefaults.
SslProtocols
;