1 write to AspNetHttpsCertificateVersion
Templates.Blazor.WebAssembly.Tests (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
98
AspNetHttpsCertificateVersion
= generatedVersion;
5 references to AspNetHttpsCertificateVersion
Templates.Blazor.WebAssembly.Tests (5)
src\Shared\CertificateGeneration\CertificateManager.cs (5)
63
$"{nameof(
AspNetHttpsCertificateVersion
)} cannot be lesser than {nameof(MinimumAspNetHttpsCertificateVersion)}");
76
AspNetHttpsCertificateVersion
,
77
$"{nameof(MinimumAspNetHttpsCertificateVersion)} cannot be greater than {nameof(
AspNetHttpsCertificateVersion
)}");
709
if (
AspNetHttpsCertificateVersion
!= 0)
712
bytePayload[0] = (byte)
AspNetHttpsCertificateVersion
;