2 writes to DefaultCertificateChain
Microsoft.AspNetCore.Server.Kestrel.Core (2)
KestrelConfigurationLoader.cs (2)
350DefaultCertificateChain = null; 357DefaultCertificateChain = certPair.CertificateChain;
1 reference to DefaultCertificateChain
Microsoft.AspNetCore.Server.Kestrel.Core (1)
KestrelServerOptions.cs (1)
306if (ConfigurationLoader?.DefaultCertificateChain is X509Certificate2Collection certificateChainFromLoader)