3 writes to msmqHashAlgorithm
System.ServiceModel (3)
System\ServiceModel\MsmqTransportSecurity.cs (3)
24this.msmqHashAlgorithm = MsmqDefaults.MsmqSecureHashAlgorithm; 34this.msmqHashAlgorithm = other.MsmqSecureHashAlgorithm; 78this.msmqHashAlgorithm = value;
1 reference to msmqHashAlgorithm
System.ServiceModel (1)
System\ServiceModel\MsmqTransportSecurity.cs (1)
73get { return this.msmqHashAlgorithm; }