4 references to TestCertificatePath
Microsoft.AspNetCore.Server.Kestrel.Tests (4)
KestrelConfigurationLoaderTests.cs (4)
322
var defaultCertPath = TestResources.
TestCertificatePath
;
399
new KeyValuePair<string, string>("Endpoints:End1:Certificate:Path", TestResources.
TestCertificatePath
),
1138
var newCertificate = new X509Certificate2(TestResources.
TestCertificatePath
, "testPassword", X509KeyStorageFlags.Exportable);
1238
var newCertificate = new X509Certificate2(TestResources.
TestCertificatePath
, "testPassword", X509KeyStorageFlags.Exportable);