1 write to MsmqSecureHashAlgorithm
System.ServiceModel (1)
System\ServiceModel\Configuration\MsmqTransportSecurityElement.cs (1)
59security.MsmqSecureHashAlgorithm = this.MsmqSecureHashAlgorithm;
6 references to MsmqSecureHashAlgorithm
System.ServiceModel (6)
System\ServiceModel\Channels\MsmqOutputMessage.cs (2)
94MsmqSecureHashAlgorithmHelper.ToInt32(factory.MsmqTransportSecurity.MsmqSecureHashAlgorithm)); 115MsmqSecureHashAlgorithmHelper.ToInt32(factory.MsmqTransportSecurity.MsmqSecureHashAlgorithm));
System\ServiceModel\Configuration\MsmqTransportSecurityElement.cs (1)
70SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MsmqSecureHashAlgorithm, security.MsmqSecureHashAlgorithm);
System\ServiceModel\MsmqIntegration\MsmqIntegrationBinding.cs (1)
83this.security.Transport.MsmqSecureHashAlgorithm != MsmqDefaults.MsmqSecureHashAlgorithm ||
System\ServiceModel\MsmqTransportSecurity.cs (1)
34this.msmqHashAlgorithm = other.MsmqSecureHashAlgorithm;
System\ServiceModel\NetMsmqBinding.cs (1)
153this.security.Transport.MsmqSecureHashAlgorithm != MsmqDefaults.MsmqSecureHashAlgorithm ||