2 references to UseSha1InPipeConnectionGetHashAlgorithmString
System.ServiceModel (2)
System\ServiceModel\AppContextDefaultValues.Default.cs (1)
44
LocalAppContext.DefineSwitchDefault(LocalAppContextSwitches.
UseSha1InPipeConnectionGetHashAlgorithmString
, true);
System\ServiceModel\LocalAppContextSwitches.cs (1)
65
return LocalAppContext.GetCachedSwitchValue(
UseSha1InPipeConnectionGetHashAlgorithmString
, ref useSha1InPipeConnectionGetHashAlgorithm);