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