2 writes to SslProtocols
Microsoft.AspNetCore.Server.Kestrel.Core (2)
KestrelConfigurationLoader.cs (1)
257httpsOptions.SslProtocols = defaults.SslProtocols.Value;
TlsConfigurationLoader.cs (1)
54httpsOptions.SslProtocols = endpoint.SslProtocols.Value;
2 references to SslProtocols
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\SniOptionsSelector.cs (1)
53EnabledSslProtocols = sniConfig.SslProtocols ?? fallbackHttpsOptions.SslProtocols,
Middleware\HttpsConnectionMiddleware.cs (1)
373EnabledSslProtocols = _options.SslProtocols,