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