2 references to ExistingCertificatesPresent
Microsoft.AspNetCore.DeveloperCertificates.XPlat (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
454return ImportCertificateResult.ExistingCertificatesPresent;
Microsoft.AspNetCore.DeveloperCertificates.XPlat.Tests (1)
CertificateManagerTests.cs (1)
280Assert.Equal(ImportCertificateResult.ExistingCertificatesPresent, result);