4 references to Sha1
System.ServiceModel (4)
System\ServiceModel\Channels\TransportDefaults.cs (1)
167
internal static MsmqSecureHashAlgorithm MsmqSecureHashAlgorithm { get { return LocalAppContextSwitches.UseSha1InMsmqEncryptionAlgorithm ? MsmqSecureHashAlgorithm.
Sha1
: DefaultMsmqSecureHashAlgorithm; } }
System\ServiceModel\Configuration\Properties.cs (1)
1980
properties.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)
21
algorithm == MsmqSecureHashAlgorithm.
Sha1
||
32
case MsmqSecureHashAlgorithm.
Sha1
: