9 references to GetTestCertificate
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (9)
KestrelServerTests.cs (7)
66
options.TestOverrideDefaultCertificate = TestResources.
GetTestCertificate
();
384
c.UseHttps(TestResources.
GetTestCertificate
());
406
c.UseHttps(TestResources.
GetTestCertificate
());
430
options.UseHttps(TestResources.
GetTestCertificate
());
457
options.UseHttps(TestResources.
GetTestCertificate
());
488
options.UseHttps(TestResources.
GetTestCertificate
());
516
options.UseHttps(TestResources.
GetTestCertificate
());
SniOptionsSelectorTests.cs (2)
22
private static readonly X509Certificate2 _x509Certificate2 = TestResources.
GetTestCertificate
();
939
var cert = TestResources.
GetTestCertificate
();