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