1 write to _fallbackServerCertificateSelector
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\SniOptionsSelector.cs (1)
43_fallbackServerCertificateSelector = fallbackHttpsOptions.ServerCertificateSelector;
3 references to _fallbackServerCertificateSelector
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\SniOptionsSelector.cs (3)
64if (_fallbackServerCertificateSelector is null) 154Debug.Assert(_fallbackServerCertificateSelector != null, 159var fallbackCertificate = _fallbackServerCertificateSelector(connection, serverName);