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