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