aspnetcore/test/shared
Javier Calvarro Nelson e6bb551018 Adds support for loading the developer certificate from a pfx file
* If we can't find a developer certificate on the certificate store
  we will look for a developer certificate on the file system if a
  password has been specified for the Development certificate.
* We will look at ${APPDATA}/ASP.NET/https/<<AppName>>.pfx for windows
  and fallback to ${HOME}/.aspnet/https/<<AppName>>.pfx
* In case the password wasn't specified through configuration, the file
  is not found on the file system or can't be loaded, we won't
  do anything.
2018-01-12 16:32:06 -08:00
..
TestCertificates Adds support for loading the developer certificate from a pfx file 2018-01-12 16:32:06 -08:00
DisposableStack.cs
DummyApplication.cs
EventRaisingResourceCounter.cs
HttpParsingData.cs
KestrelTestLoggerProvider.cs Add "zero config" HTTPS support using local development certificate. (#2093) 2017-10-25 13:59:09 -07:00
LifetimeNotImplemented.cs
MockLogger.cs
MockSystemClock.cs
PassThroughConnectionAdapter.cs
StringExtensions.cs
TestApp.cs
TestApplicationErrorLogger.cs
TestConnection.cs
TestHttp1Connection.cs Lazily allocate protocol-specific connection objects (#2190) 2017-12-04 15:59:12 -08:00
TestKestrelTrace.cs
TestResources.cs Implement config support #1290 #1879 #2016 #2166 #2167 #2188 2017-12-21 09:12:32 -08:00
TestServiceContext.cs Make the HttpParser a singleton (#2203) 2017-12-03 13:27:36 -08:00