3 references to IsHttpsDevelopmentCertificate
dotnet-dev-certs (3)
Program.cs (1)
527IsHttpsDevelopmentCertificate = CertificateManager.IsHttpsDevelopmentCertificate(cert),
src\Shared\CertificateGeneration\CertificateManager.cs (2)
475!IsHttpsDevelopmentCertificate(certificate)) 897$"{c.Thumbprint} - {c.Subject} - Valid from {c.NotBefore:u} to {c.NotAfter:u} - IsHttpsDevelopmentCertificate: {IsHttpsDevelopmentCertificate(c).ToString().ToLowerInvariant()} - IsExportable: {Instance.IsExportable(c).ToString().ToLowerInvariant()}";