2 writes to _serverCertificate
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Middleware\HttpsConnectionMiddleware.cs (2)
87
_serverCertificate
= options.ServerCertificate;
94
_serverCertificate
= null;
4 references to _serverCertificate
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Middleware\HttpsConnectionMiddleware.cs (4)
98
Debug.Assert(
_serverCertificate
!= null);
100
EnsureCertificateIsAllowedForServerAuth(
_serverCertificate
, _logger);
102
var certificate =
_serverCertificate
;
369
ServerCertificate =
_serverCertificate
,