10 references to MsmqTransportSecurity
System.ServiceModel (10)
System\ServiceModel\Configuration\MsmqElementBase.cs (10)
143this.MsmqTransportSecurity.ApplyConfiguration(binding.MsmqTransportSecurity); 168this.MsmqTransportSecurity.MsmqAuthenticationMode = source.MsmqTransportSecurity.MsmqAuthenticationMode; 169this.MsmqTransportSecurity.MsmqProtectionLevel = source.MsmqTransportSecurity.MsmqProtectionLevel; 170this.MsmqTransportSecurity.MsmqEncryptionAlgorithm = source.MsmqTransportSecurity.MsmqEncryptionAlgorithm; 171this.MsmqTransportSecurity.MsmqSecureHashAlgorithm = source.MsmqTransportSecurity.MsmqSecureHashAlgorithm; 202this.MsmqTransportSecurity.InitializeFrom(binding.MsmqTransportSecurity);