9 references to GetTestCertificate
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (9)
KestrelServerTests.cs (7)
66
options.TestOverrideDefaultCertificate = TestResources.
GetTestCertificate
();
382
c.UseHttps(TestResources.
GetTestCertificate
());
404
c.UseHttps(TestResources.
GetTestCertificate
());
428
options.UseHttps(TestResources.
GetTestCertificate
());
455
options.UseHttps(TestResources.
GetTestCertificate
());
486
options.UseHttps(TestResources.
GetTestCertificate
());
514
options.UseHttps(TestResources.
GetTestCertificate
());
SniOptionsSelectorTests.cs (2)
22
private static readonly X509Certificate2 _x509Certificate2 = TestResources.
GetTestCertificate
();
927
var cert = TestResources.
GetTestCertificate
();