3 references to ValidCertificatePresent
RepoTasks (3)
src\Shared\CertificateGeneration\CertificateManager.cs (3)
371
result = EnsureCertificateResult.
ValidCertificatePresent
;
460
result = result != EnsureCertificateResult.Succeeded && result != EnsureCertificateResult.
ValidCertificatePresent
?
523
if (result == EnsureCertificateResult.
ValidCertificatePresent
)