5 references to CreateAspNetCoreHttpsDevelopmentCertificate
Microsoft.AspNetCore.Shared.Tests (5)
CertificateManagerTests.cs (3)
17var certificate = CertificateManager.Instance.CreateAspNetCoreHttpsDevelopmentCertificate(notBefore, notAfter); 145var v6Certificate = manager.CreateAspNetCoreHttpsDevelopmentCertificate(notBefore, notAfter); 229var currentCertificate = manager.CreateAspNetCoreHttpsDevelopmentCertificate(notBefore, notAfter);
src\Shared\CertificateGeneration\CertificateManager.cs (1)
381certificate = CreateAspNetCoreHttpsDevelopmentCertificate(notBefore, notAfter);
TestCertificateManager.cs (1)
119return CreateAspNetCoreHttpsDevelopmentCertificate(notBefore, notAfter);