2 writes to _serverCertificate
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Middleware\HttpsConnectionMiddleware.cs (2)
82
_serverCertificate
= options.ServerCertificate;
89
_serverCertificate
= null;
4 references to _serverCertificate
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Middleware\HttpsConnectionMiddleware.cs (4)
93
Debug.Assert(
_serverCertificate
!= null);
95
EnsureCertificateIsAllowedForServerAuth(
_serverCertificate
, _logger);
97
var certificate =
_serverCertificate
;
338
ServerCertificate =
_serverCertificate
,