3 references to ValidCertificatePresent
Templates.Blazor.WebAssembly.Auth.Tests (3)
src\Shared\CertificateGeneration\CertificateManager.cs (3)
299result = EnsureCertificateResult.ValidCertificatePresent; 382result = result != EnsureCertificateResult.Succeeded && result != EnsureCertificateResult.ValidCertificatePresent ? 420if (result == EnsureCertificateResult.ValidCertificatePresent)