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