7 references to TestResources
Sockets.BindTests (7)
src\Servers\Kestrel\test\BindTests\AddressRegistrationTests.cs (7)
191
httpsOptions.ServerCertificate =
TestResources
.GetTestCertificate();
241
listenOptions.UseHttps(
TestResources
.GetTestCertificate());
316
listenOptions.UseHttps(
TestResources
.GetTestCertificate());
509
options.TestOverrideDefaultCertificate =
TestResources
.GetTestCertificate();
615
listenOptions.UseHttps(
TestResources
.GetTestCertificate());
660
listenOptions.UseHttps(
TestResources
.TestCertificatePath, "testPassword");
702
listenOptions.UseHttps(
TestResources
.GetTestCertificate());