3 references to IsHttpsDevelopmentCertificate
Microsoft.AspNetCore.Shared.Tests (3)
CertificateManagerTests.cs (1)
27
Assert.True(CertificateManager.
IsHttpsDevelopmentCertificate
(certificate));
src\Shared\CertificateGeneration\CertificateManager.cs (2)
483
!
IsHttpsDevelopmentCertificate
(certificate))
923
$"{c.Thumbprint} - {c.Subject} - Valid from {c.NotBefore:u} to {c.NotAfter:u} - IsHttpsDevelopmentCertificate: {
IsHttpsDevelopmentCertificate
(c).ToString().ToLowerInvariant()} - IsExportable: {Instance.IsExportable(c).ToString().ToLowerInvariant()}";