3 references to IsHttpsDevelopmentCertificate
aspire (3)
Certificates\CertificateGeneration\CertificateManager.cs (2)
577!IsHttpsDevelopmentCertificate(certificate)) 1043$"{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)
40IsHttpsDevelopmentCertificate = CertificateManager.IsHttpsDevelopmentCertificate(cert),