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