3 references to ValidCertificatePresent
Microsoft.AspNetCore.Shared.Tests (3)
src\Shared\CertificateGeneration\CertificateManager.cs (3)
306
result = EnsureCertificateResult.
ValidCertificatePresent
;
389
result = result != EnsureCertificateResult.Succeeded && result != EnsureCertificateResult.
ValidCertificatePresent
?
427
if (result == EnsureCertificateResult.
ValidCertificatePresent
)