1 implementation of IsTestMock
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Certificates\CertificateConfigLoader.cs (1)
24
public bool
IsTestMock
=> false;
1 reference to IsTestMock
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\SniOptionsSelector.cs (1)
78
if (!certifcateConfigLoader.
IsTestMock
&& sslOptions.ServerCertificate is X509Certificate2 cert2)