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