1 write to AspNetHttpsCertificateVersion
Templates.Tests (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
113
AspNetHttpsCertificateVersion
= generatedVersion;
6 references to AspNetHttpsCertificateVersion
Templates.Tests (6)
src\Shared\CertificateGeneration\CertificateManager.cs (6)
78
$"{nameof(
AspNetHttpsCertificateVersion
)} cannot be lesser than {nameof(MinimumAspNetHttpsCertificateVersion)}");
91
AspNetHttpsCertificateVersion
,
92
$"{nameof(MinimumAspNetHttpsCertificateVersion)} cannot be greater than {nameof(
AspNetHttpsCertificateVersion
)}");
301
filteredCertificates = filteredCertificates.Where(c => GetCertificateVersion(c) >=
AspNetHttpsCertificateVersion
);
787
if (
AspNetHttpsCertificateVersion
!= 0)
790
bytePayload[0] = (byte)
AspNetHttpsCertificateVersion
;