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