8 references to IsStoreCert
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Certificates\CertificateConfigLoader.cs (2)
33if (certInfo.IsFileCert && certInfo.IsStoreCert) 76else if (certInfo.IsStoreCert)
Internal\ConfigurationReader.cs (1)
213if (endpoint.Certificate != null && (endpoint.Certificate.IsFileCert || endpoint.Certificate.IsStoreCert))
Microsoft.AspNetCore.Server.Kestrel.Tests (5)
ConfigurationReaderTests.cs (5)
61Assert.False(fileCert.IsStoreCert); 67Assert.True(storeCert.IsStoreCert); 89Assert.False(fileCert.IsStoreCert); 201Assert.False(cert3.IsStoreCert); 214Assert.True(cert4.IsStoreCert);