6 references to CreateDevelopmentCertificateWithVersion
Microsoft.AspNetCore.Shared.Tests (6)
CertificateManagerTests.cs (6)
143var v3Certificate = manager.CreateDevelopmentCertificateWithVersion(3, notBefore, notAfter); 144var v4Certificate = manager.CreateDevelopmentCertificateWithVersion(4, notBefore, notAfter); 166var olderCertificate = manager.CreateDevelopmentCertificateWithVersion(5, notBefore, notAfter); 186var minimumCertificate = manager.CreateDevelopmentCertificateWithVersion(4, notBefore, notAfter); 207var minimumCertificate = manager.CreateDevelopmentCertificateWithVersion(4, notBefore, notAfter); 248var newerCertificate = manager.CreateDevelopmentCertificateWithVersion(7, notBefore, notAfter);