4 references to ValidCertificatePresent
dotnet-dev-certs (4)
Program.cs (1)
451
case EnsureCertificateResult.
ValidCertificatePresent
:
src\Shared\CertificateGeneration\CertificateManager.cs (3)
371
result = EnsureCertificateResult.
ValidCertificatePresent
;
460
result = result != EnsureCertificateResult.Succeeded && result != EnsureCertificateResult.
ValidCertificatePresent
?
523
if (result == EnsureCertificateResult.
ValidCertificatePresent
)