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)
21bool isEnabled = LocalAppContextSwitches.EnableSslKeyLogging;
System\Net\NegotiateAuthenticationPal.Unix.cs (1)
27if (LocalAppContextSwitches.UseManagedNtlm)
System\Net\Security\SslAuthenticationOptions.cs (1)
163bool ocspFetch = LocalAppContextSwitches.EnableOcspStapling;
System\Net\Security\SslStream.Protocol.cs (1)
1249if (sslAuthenticationOptions.IsServer && !LocalAppContextSwitches.EnableServerAiaDownloads)
System\Net\Security\TlsContext.OpenSsl.cs (1)
55&& !LocalAppContextSwitches.DisableTlsResume
System\Net\Security\TlsSession.OpenSsl.cs (1)
48if (_context!.IsServer && (!_hasServerOptions || LocalAppContextSwitches.CaptureClientHello))