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)
64
if (
_fallbackServerCertificateSelector
is null)
154
Debug.Assert(
_fallbackServerCertificateSelector
!= null,
159
var fallbackCertificate =
_fallbackServerCertificateSelector
(connection, serverName);