3 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))