1 write to IsHttpsDevelopmentCertificate
dotnet-dev-certs (1)
Program.cs (1)
530IsHttpsDevelopmentCertificate = CertificateManager.IsHttpsDevelopmentCertificate(cert),
2 references to IsHttpsDevelopmentCertificate
dotnet-dev-certs (2)
Generated\361d1da7f942c932\DevCertsJsonSerializerContext.CertificateReport.g.cs (2)
180Getter = static obj => ((global::Microsoft.AspNetCore.DeveloperCertificates.Tools.CertificateReport)obj).IsHttpsDevelopmentCertificate, 255writer.WriteBoolean(PropName_IsHttpsDevelopmentCertificate, ((global::Microsoft.AspNetCore.DeveloperCertificates.Tools.CertificateReport)value).IsHttpsDevelopmentCertificate);