1 write to AspNetHttpsCertificateVersion
Templates.Tests (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
102AspNetHttpsCertificateVersion = generatedVersion;
5 references to AspNetHttpsCertificateVersion
Templates.Tests (5)
src\Shared\CertificateGeneration\CertificateManager.cs (5)
67$"{nameof(AspNetHttpsCertificateVersion)} cannot be lesser than {nameof(MinimumAspNetHttpsCertificateVersion)}"); 80AspNetHttpsCertificateVersion, 81$"{nameof(MinimumAspNetHttpsCertificateVersion)} cannot be greater than {nameof(AspNetHttpsCertificateVersion)}"); 715if (AspNetHttpsCertificateVersion != 0) 718bytePayload[0] = (byte)AspNetHttpsCertificateVersion;