2 writes to _logger
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Middleware\HttpsConnectionMiddleware.cs (2)
73
_logger
= loggerFactory.CreateLogger<HttpsConnectionMiddleware>();
136
_logger
= loggerFactory.CreateLogger<HttpsConnectionMiddleware>();
13 references to _logger
Microsoft.AspNetCore.Server.Kestrel.Core (13)
Middleware\HttpsConnectionMiddleware.cs (13)
83
_httpProtocols = ValidateAndNormalizeHttpProtocols(httpProtocols,
_logger
);
99
EnsureCertificateIsAllowedForServerAuth(_serverCertificate,
_logger
);
141
_httpProtocols = ValidateAndNormalizeHttpProtocols(tlsCallbackOptions.HttpProtocols,
_logger
);
196
_logger
.AuthenticationTimedOut();
206
_logger
.AuthenticationFailed(ex);
216
_logger
.AuthenticationFailed(ex);
224
_logger
.HttpsConnectionEstablished(context.ConnectionId, sslStream.SslProtocol);
285
_logger
.LocatingCertWithPrivateKey(certificate);
297
_logger
.FailedToOpenStore(storeLocation, exception);
314
_logger
.FoundCertWithPrivateKey(certs[0], StoreLocation.LocalMachine);
330
_logger
.FoundCertWithPrivateKey(certs[0], StoreLocation.CurrentUser);
339
_logger
.FailedToFindCertificateInStore(ex);
360
EnsureCertificateIsAllowedForServerAuth(cert,
_logger
);