3 references to ValidCertificatePresent
Templates.Mvc.Tests (3)
src\Shared\CertificateGeneration\CertificateManager.cs (3)
303
result = EnsureCertificateResult.
ValidCertificatePresent
;
386
result = result != EnsureCertificateResult.Succeeded && result != EnsureCertificateResult.
ValidCertificatePresent
?
424
if (result == EnsureCertificateResult.
ValidCertificatePresent
)