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