6 writes to EnabledSslProtocols
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\SniOptionsSelector.cs (2)
53EnabledSslProtocols = sniConfig.SslProtocols ?? fallbackHttpsOptions.SslProtocols, 195EnabledSslProtocols = sslOptions.EnabledSslProtocols,
Middleware\HttpsConnectionMiddleware.cs (1)
373EnabledSslProtocols = _options.SslProtocols,
System.Net.Security (3)
System\Net\Security\SslStream.cs (3)
292EnabledSslProtocols = enabledSslProtocols, 362EnabledSslProtocols = enabledSslProtocols, 429EnabledSslProtocols = enabledSslProtocols,
3 references to EnabledSslProtocols
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\KestrelEventSource.cs (1)
176TlsHandshakeStart(connectionContext.ConnectionId, sslOptions.EnabledSslProtocols.ToString());
Internal\SniOptionsSelector.cs (1)
195EnabledSslProtocols = sslOptions.EnabledSslProtocols,
System.Net.Security (1)
System\Net\Security\SslAuthenticationOptions.cs (1)
121EnabledSslProtocols = FilterOutIncompatibleSslProtocols(sslServerAuthenticationOptions.EnabledSslProtocols);