2 writes to _logger
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Middleware\HttpsConnectionMiddleware.cs (2)
73
_logger
= loggerFactory.CreateLogger<HttpsConnectionMiddleware>();
134
_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
);
139
_httpProtocols = ValidateAndNormalizeHttpProtocols(tlsCallbackOptions.HttpProtocols,
_logger
);
192
_logger
.AuthenticationTimedOut();
200
_logger
.AuthenticationFailed(ex);
208
_logger
.AuthenticationFailed(ex);
216
_logger
.HttpsConnectionEstablished(context.ConnectionId, sslStream.SslProtocol);
268
_logger
.LocatingCertWithPrivateKey(certificate);
280
_logger
.FailedToOpenStore(storeLocation, exception);
297
_logger
.FoundCertWithPrivateKey(certs[0], StoreLocation.LocalMachine);
313
_logger
.FoundCertWithPrivateKey(certs[0], StoreLocation.CurrentUser);
322
_logger
.FailedToFindCertificateInStore(ex);
343
EnsureCertificateIsAllowedForServerAuth(cert,
_logger
);