3 writes to msmqEncryptionAlgorithm
System.ServiceModel (3)
System\ServiceModel\MsmqTransportSecurity.cs (3)
23
this.
msmqEncryptionAlgorithm
= MsmqDefaults.MsmqEncryptionAlgorithm;
33
this.
msmqEncryptionAlgorithm
= other.MsmqEncryptionAlgorithm;
66
this.
msmqEncryptionAlgorithm
= value;
1 reference to msmqEncryptionAlgorithm
System.ServiceModel (1)
System\ServiceModel\MsmqTransportSecurity.cs (1)
61
get { return this.
msmqEncryptionAlgorithm
; }