5 references to LocalAppContextSwitches
System.Net.Security (5)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
352bool cacheSslContext = sslAuthenticationOptions.AllowTlsResume && !LocalAppContextSwitches.DisableTlsResume && sslAuthenticationOptions.EncryptionPolicy == EncryptionPolicy.RequireEncryption && sslAuthenticationOptions.CipherSuitesPolicy == null;
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)
148bool ocspFetch = LocalAppContextSwitches.EnableOcspStapling;
System\Net\Security\SslStream.Protocol.cs (1)
1059if (_sslAuthenticationOptions.IsServer && !LocalAppContextSwitches.EnableServerAiaDownloads)