1 write to AspNetHttpsCertificateVersion
RepoTasks (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
113AspNetHttpsCertificateVersion = generatedVersion;
6 references to AspNetHttpsCertificateVersion
RepoTasks (6)
src\Shared\CertificateGeneration\CertificateManager.cs (6)
78$"{nameof(AspNetHttpsCertificateVersion)} cannot be lesser than {nameof(MinimumAspNetHttpsCertificateVersion)}"); 91AspNetHttpsCertificateVersion, 92$"{nameof(MinimumAspNetHttpsCertificateVersion)} cannot be greater than {nameof(AspNetHttpsCertificateVersion)}"); 304AspNetHttpsCertificateVersion).ToList(); 832if (AspNetHttpsCertificateVersion != 0) 835bytePayload[0] = (byte)AspNetHttpsCertificateVersion;