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