1 write to AspNetHttpsCertificateVersion
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
105
AspNetHttpsCertificateVersion
= generatedVersion;
5 references to AspNetHttpsCertificateVersion
Microsoft.AspNetCore.Shared.Tests (5)
src\Shared\CertificateGeneration\CertificateManager.cs (5)
70
$"{nameof(
AspNetHttpsCertificateVersion
)} cannot be lesser than {nameof(MinimumAspNetHttpsCertificateVersion)}");
83
AspNetHttpsCertificateVersion
,
84
$"{nameof(MinimumAspNetHttpsCertificateVersion)} cannot be greater than {nameof(
AspNetHttpsCertificateVersion
)}");
718
if (
AspNetHttpsCertificateVersion
!= 0)
721
bytePayload[0] = (byte)
AspNetHttpsCertificateVersion
;