1 write to AspNetHttpsCertificateVersion
Templates.Blazor.WebAssembly.Tests (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
106AspNetHttpsCertificateVersion = generatedVersion;
5 references to AspNetHttpsCertificateVersion
Templates.Blazor.WebAssembly.Tests (5)
src\Shared\CertificateGeneration\CertificateManager.cs (5)
71$"{nameof(AspNetHttpsCertificateVersion)} cannot be lesser than {nameof(MinimumAspNetHttpsCertificateVersion)}"); 84AspNetHttpsCertificateVersion, 85$"{nameof(MinimumAspNetHttpsCertificateVersion)} cannot be greater than {nameof(AspNetHttpsCertificateVersion)}"); 721if (AspNetHttpsCertificateVersion != 0) 724bytePayload[0] = (byte)AspNetHttpsCertificateVersion;