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