2 references to DontEnableSystemDefaultTlsVersionsString
System.ServiceModel (2)
System\ServiceModel\AppContextDefaultValues.Default.cs (1)
47LocalAppContext.DefineSwitchDefault(LocalAppContextSwitches.DontEnableSystemDefaultTlsVersionsString, true);
System\ServiceModel\LocalAppContextSwitches.cs (1)
38return LocalAppContext.GetCachedSwitchValue(DontEnableSystemDefaultTlsVersionsString, ref dontEnableSystemDefaultTlsVersions);