2 references to UseSha1InMsmqEncryptionAlgorithmString
System.ServiceModel (2)
System\ServiceModel\AppContextDefaultValues.Default.cs (1)
46
LocalAppContext.DefineSwitchDefault(LocalAppContextSwitches.
UseSha1InMsmqEncryptionAlgorithmString
, true);
System\ServiceModel\LocalAppContextSwitches.cs (1)
47
return LocalAppContext.GetCachedSwitchValue(
UseSha1InMsmqEncryptionAlgorithmString
, ref useSha1InMsmqEncryptionAlgorithm);