3 references to ValidCertificatePresent
Templates.Blazor.Tests (3)
src\Shared\CertificateGeneration\CertificateManager.cs (3)
262result = EnsureCertificateResult.ValidCertificatePresent; 345result = result != EnsureCertificateResult.Succeeded && result != EnsureCertificateResult.ValidCertificatePresent ? 383if (result == EnsureCertificateResult.ValidCertificatePresent)