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