12 references to IsFileCert
Microsoft.AspNetCore.Server.Kestrel.Core (12)
Internal\CertificatePathWatcher.cs (4)
106/// <paramref name="certificateConfig"/> must have <see cref="CertificateConfig.IsFileCert"/> set to <code>true</code>. 113Debug.Assert(certificateConfig.IsFileCert, "AddWatch called on non-file cert"); 209/// <paramref name="certificateConfig"/> must have <see cref="CertificateConfig.IsFileCert"/> set to <code>true</code>. 216Debug.Assert(certificateConfig.IsFileCert, "RemoveWatch called on non-file cert");
Internal\Certificates\CertificateConfigLoader.cs (2)
33if (certInfo.IsFileCert && certInfo.IsStoreCert) 37else if (certInfo.IsFileCert)
Internal\ConfigurationReader.cs (1)
213if (endpoint.Certificate != null && (endpoint.Certificate.IsFileCert || endpoint.Certificate.IsStoreCert))
KestrelConfigurationLoader.cs (5)
442if (DefaultCertificateConfig?.IsFileCert == true) 462if (certConfig?.IsFileCert == true) 470if (sniCertConfig?.IsFileCert == true) 486if (certConfig?.IsFileCert == true) 494if (sniCertConfig?.IsFileCert == true)