3 writes to AspNetHttpsCertificateVersion
Microsoft.AspNetCore.Shared.Tests (3)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
113
AspNetHttpsCertificateVersion
= generatedVersion;
TestCertificateManager.cs (2)
116
AspNetHttpsCertificateVersion
= generatedVersion;
123
AspNetHttpsCertificateVersion
= previousVersion;
7 references to AspNetHttpsCertificateVersion
Microsoft.AspNetCore.Shared.Tests (7)
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
)}");
304
AspNetHttpsCertificateVersion
).ToList();
832
if (
AspNetHttpsCertificateVersion
!= 0)
835
bytePayload[0] = (byte)
AspNetHttpsCertificateVersion
;
TestCertificateManager.cs (1)
109
var previousVersion =
AspNetHttpsCertificateVersion
;