4 references to SslProtocolsKey
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\ConfigurationReader.cs (4)
63
SslProtocols = ParseSslProcotols(configSection.GetSection(
SslProtocolsKey
)),
110
SslProtocols = ParseSslProcotols(endpointConfig.GetSection(
SslProtocolsKey
)),
156
SslProtocols = ParseSslProcotols(sniChild.GetSection(
SslProtocolsKey
)),
225
throw new InvalidOperationException(CoreStrings.FormatEndpointHasUnusedHttpsConfig(endpoint.Name,
SslProtocolsKey
));