7 references to LocalAppContextSwitches
System.Net.Security (7)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
371
&& !
LocalAppContextSwitches
.DisableTlsResume
src\runtime\src\libraries\Common\src\System\Net\Security\SslKeyLogger.cs (1)
21
bool isEnabled =
LocalAppContextSwitches
.EnableSslKeyLogging;
System\Net\NegotiateAuthenticationPal.Unix.cs (1)
27
if (
LocalAppContextSwitches
.UseManagedNtlm)
System\Net\Security\SslAuthenticationOptions.cs (1)
163
bool ocspFetch =
LocalAppContextSwitches
.EnableOcspStapling;
System\Net\Security\SslStream.Protocol.cs (1)
1249
if (sslAuthenticationOptions.IsServer && !
LocalAppContextSwitches
.EnableServerAiaDownloads)
System\Net\Security\TlsContext.OpenSsl.cs (1)
55
&& !
LocalAppContextSwitches
.DisableTlsResume
System\Net\Security\TlsSession.OpenSsl.cs (1)
48
if (_context!.IsServer && (!_hasServerOptions ||
LocalAppContextSwitches
.CaptureClientHello))