5 references to MsmqSecureHashAlgorithmHelper
System.ServiceModel (5)
System\ServiceModel\Channels\MsmqOutputMessage.cs (2)
94MsmqSecureHashAlgorithmHelper.ToInt32(factory.MsmqTransportSecurity.MsmqSecureHashAlgorithm)); 115MsmqSecureHashAlgorithmHelper.ToInt32(factory.MsmqTransportSecurity.MsmqSecureHashAlgorithm));
System\ServiceModel\Configuration\MsmqTransportSecurityElement.cs (1)
44[ServiceModelEnumValidator(typeof(MsmqSecureHashAlgorithmHelper))]
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\MsmqTransportSecurity.cs (1)
76if (!MsmqSecureHashAlgorithmHelper.IsDefined(value))