4 references to ValidCertificatePresent
dotnet-dev-certs (4)
Program.cs (1)
412
case EnsureCertificateResult.
ValidCertificatePresent
:
src\Shared\CertificateGeneration\CertificateManager.cs (3)
262
result = EnsureCertificateResult.
ValidCertificatePresent
;
345
result = result != EnsureCertificateResult.Succeeded && result != EnsureCertificateResult.
ValidCertificatePresent
?
383
if (result == EnsureCertificateResult.
ValidCertificatePresent
)