4 references to CurrentAspNetCoreCertificateVersion
Microsoft.AspNetCore.Shared.Tests (4)
src\Shared\CertificateGeneration\CertificateManager.cs (3)
99
public CertificateManager() : this(LocalhostHttpsDistinguishedName,
CurrentAspNetCoreCertificateVersion
, CurrentMinimumAspNetCoreCertificateVersion)
800
/// When making changes to the certificate generated by this method, ensure that the <see cref="
CurrentAspNetCoreCertificateVersion
"/> constant is updated accordingly.
944
/// If making changes to the certificate generated by this method, ensure that the <see cref="
CurrentAspNetCoreCertificateVersion
"/> constant is updated accordingly.
TestCertificateManager.cs (1)
31
generatedVersion ??
CurrentAspNetCoreCertificateVersion
,