3 references to IsHttpsDevelopmentCertificate
aspire (3)
Certificates\CertificateGeneration\CertificateManager.cs (2)
578!IsHttpsDevelopmentCertificate(certificate)) 1044$"{c.Thumbprint} - {c.Subject} - Valid from {c.NotBefore:u} to {c.NotAfter:u} - IsHttpsDevelopmentCertificate: {IsHttpsDevelopmentCertificate(c).ToString().ToLowerInvariant()} - IsExportable: {IsExportable(c).ToString().ToLowerInvariant()}";
Certificates\NativeCertificateToolRunner.cs (1)
54IsHttpsDevelopmentCertificate = CertificateManager.IsHttpsDevelopmentCertificate(cert),