5 references to ServerCertificateSelector
Microsoft.AspNetCore.Server.Kestrel.Core (5)
HttpsConnectionAdapterOptions.cs (1)
62internal bool HasServerCertificateOrSelector => ServerCertificate is not null || ServerCertificateSelector is not null;
Internal\SniOptionsSelector.cs (1)
43_fallbackServerCertificateSelector = fallbackHttpsOptions.ServerCertificateSelector;
Middleware\HttpsConnectionMiddleware.cs (3)
87_serverCertificateSelector = options.ServerCertificateSelector; 579if (httpsOptions.ServerCertificateSelector != null) 586var cert = httpsOptions.ServerCertificateSelector(null, host);