1 write to IsHttpsDevelopmentCertificate
dotnet-dev-certs (1)
Program.cs (1)
530IsHttpsDevelopmentCertificate = CertificateManager.IsHttpsDevelopmentCertificate(cert),
2 references to IsHttpsDevelopmentCertificate
dotnet-dev-certs (2)
_generated\1\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);