2 writes to ServerCertificateChain
Microsoft.AspNetCore.Server.Kestrel.Core (2)
KestrelServerOptions.cs (1)
308
httpsOptions.
ServerCertificateChain
= certificateChainFromLoader;
TlsConfigurationLoader.cs (1)
75
httpsOptions.
ServerCertificateChain
= fullChain ?? httpsOptions.ServerCertificateChain;
2 references to ServerCertificateChain
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Middleware\HttpsConnectionMiddleware.cs (1)
112
_serverCertificateContext = SslStreamCertificateContext.Create(certificate, additionalCertificates: options.
ServerCertificateChain
);
TlsConfigurationLoader.cs (1)
75
httpsOptions.ServerCertificateChain = fullChain ?? httpsOptions.
ServerCertificateChain
;