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