4 references to GetCertificateVersion
dotnet-dev-certs (4)
Program.cs (1)
527
Version = CertificateManager.
GetCertificateVersion
(cert),
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (3)
163
.OrderByDescending(
GetCertificateVersion
)
175
.Where(c =>
GetCertificateVersion
(c) >= MinimumAspNetHttpsCertificateVersion)
303
filteredCertificates = filteredCertificates.Where(c =>
GetCertificateVersion
(c) >=