4 references to Sha1
System.ServiceModel (4)
System\ServiceModel\Channels\TransportDefaults.cs (1)
167internal static MsmqSecureHashAlgorithm MsmqSecureHashAlgorithm { get { return LocalAppContextSwitches.UseSha1InMsmqEncryptionAlgorithm ? MsmqSecureHashAlgorithm.Sha1 : DefaultMsmqSecureHashAlgorithm; } }
System\ServiceModel\Configuration\Properties.cs (1)
1980properties.Add(new ConfigurationProperty("msmqSecureHashAlgorithm", typeof(System.ServiceModel.MsmqSecureHashAlgorithm), System.ServiceModel.MsmqSecureHashAlgorithm.Sha1, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.MsmqSecureHashAlgorithmHelper)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\MsmqSecureHashAlgorithm.cs (2)
21algorithm == MsmqSecureHashAlgorithm.Sha1 || 32case MsmqSecureHashAlgorithm.Sha1: