5 references to UseHttps
AutobahnTestApp (1)
Program.cs (1)
65
listenOptions.
UseHttps
(certPath, "testPassword");
HttpsPolicySample (1)
Startup.cs (1)
54
listenOptions.
UseHttps
("testCert.pfx", "testPassword");
InteropWebsite (1)
Program.cs (1)
60
listenOptions.
UseHttps
(certPath, "1111");
RewriteSample (1)
Startup.cs (1)
52
listenOptions.
UseHttps
("testCert.pfx", "testPassword");
Sockets.BindTests (1)
src\Servers\Kestrel\test\BindTests\AddressRegistrationTests.cs (1)
660
listenOptions.
UseHttps
(TestResources.TestCertificatePath, "testPassword");