13 references to GetCertPath
InMemory.FunctionalTests (13)
CertificateLoaderTests.cs (4)
19
var certPath = TestResources.
GetCertPath
(testCertName);
32
var certPath = TestResources.
GetCertPath
(testCertName);
47
var certPath = TestResources.
GetCertPath
(testCertName);
62
var certPath = TestResources.
GetCertPath
(testCertName);
HttpsConnectionMiddlewareTests.cs (4)
1309
var certPath = TestResources.
GetCertPath
(testCertName);
1322
var certPath = TestResources.
GetCertPath
(testCertName);
1341
var certPath = TestResources.
GetCertPath
(testCertName);
1362
var certPath = TestResources.
GetCertPath
(testCertName);
src\Shared\TestResources.cs (5)
31
return new X509Certificate2(
GetCertPath
(certName), "testPassword");
41
return new X509Certificate2(
GetCertPath
(certName), password);
46
var cert = X509Certificate2.CreateFromPemFile(
GetCertPath
(certName),
GetCertPath
(keyName));
69
fullChain.ImportFromPemFile(
GetCertPath
("leaf.com.crt"));