1 write to AspNetHttpsCertificateVersion
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
105AspNetHttpsCertificateVersion = generatedVersion;
5 references to AspNetHttpsCertificateVersion
Microsoft.AspNetCore.Shared.Tests (5)
src\Shared\CertificateGeneration\CertificateManager.cs (5)
70$"{nameof(AspNetHttpsCertificateVersion)} cannot be lesser than {nameof(MinimumAspNetHttpsCertificateVersion)}"); 83AspNetHttpsCertificateVersion, 84$"{nameof(MinimumAspNetHttpsCertificateVersion)} cannot be greater than {nameof(AspNetHttpsCertificateVersion)}"); 718if (AspNetHttpsCertificateVersion != 0) 721bytePayload[0] = (byte)AspNetHttpsCertificateVersion;