2 writes to _logger
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Middleware\HttpsConnectionMiddleware.cs (2)
69
_logger
= loggerFactory.CreateLogger<HttpsConnectionMiddleware>();
125
_logger
= loggerFactory.CreateLogger<HttpsConnectionMiddleware>();
13 references to _logger
Microsoft.AspNetCore.Server.Kestrel.Core (13)
Middleware\HttpsConnectionMiddleware.cs (13)
79
_httpProtocols = ValidateAndNormalizeHttpProtocols(httpProtocols,
_logger
);
95
EnsureCertificateIsAllowedForServerAuth(_serverCertificate,
_logger
);
130
_httpProtocols = ValidateAndNormalizeHttpProtocols(tlsCallbackOptions.HttpProtocols,
_logger
);
179
_logger
.AuthenticationTimedOut();
187
_logger
.AuthenticationFailed(ex);
195
_logger
.AuthenticationFailed(ex);
203
_logger
.HttpsConnectionEstablished(context.ConnectionId, sslStream.SslProtocol);
255
_logger
.LocatingCertWithPrivateKey(certificate);
267
_logger
.FailedToOpenStore(storeLocation, exception);
284
_logger
.FoundCertWithPrivateKey(certs[0], StoreLocation.LocalMachine);
300
_logger
.FoundCertWithPrivateKey(certs[0], StoreLocation.CurrentUser);
309
_logger
.FailedToFindCertificateInStore(ex);
330
EnsureCertificateIsAllowedForServerAuth(cert,
_logger
);