2 writes to MsmqTransportSecurity
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationSecurity.cs (1)
46msmq.MsmqTransportSecurity = this.Transport;
System\ServiceModel\NetMsmqSecurity.cs (1)
77msmq.MsmqTransportSecurity = this.Transport;
15 references to MsmqTransportSecurity
System.ServiceModel (15)
System\ServiceModel\Channels\MsmqBindingElementBase.cs (8)
57this.msmqTransportSecurity = new MsmqTransportSecurity(elementToBeCloned.MsmqTransportSecurity); 343if (this.MsmqTransportSecurity.MsmqProtectionLevel != ProtectionLevel.None) 349if (this.MsmqTransportSecurity.MsmqAuthenticationMode == MsmqAuthenticationMode.WindowsDomain) 388this.MsmqTransportSecurity.MsmqProtectionLevel = ProtectionLevel.Sign; 390this.MsmqTransportSecurity.MsmqAuthenticationMode = MsmqAuthenticationMode.WindowsDomain; 392this.MsmqTransportSecurity.MsmqAuthenticationMode = MsmqAuthenticationMode.Certificate; 396this.MsmqTransportSecurity.MsmqProtectionLevel = ProtectionLevel.None; 397this.MsmqTransportSecurity.MsmqAuthenticationMode = MsmqAuthenticationMode.None;
System\ServiceModel\Channels\MsmqChannelFactoryBase.cs (1)
41this.msmqTransportSecurity = new MsmqTransportSecurity(bindingElement.MsmqTransportSecurity);
System\ServiceModel\Channels\MsmqReceiveParameters.cs (1)
34this.transportSecurity = new MsmqTransportSecurity(bindingElement.MsmqTransportSecurity);
System\ServiceModel\Configuration\MsmqElementBase.cs (2)
143this.MsmqTransportSecurity.ApplyConfiguration(binding.MsmqTransportSecurity); 202this.MsmqTransportSecurity.InitializeFrom(binding.MsmqTransportSecurity);
System\ServiceModel\MsmqIntegration\MsmqIntegrationSecurity.cs (1)
48msmq.MsmqTransportSecurity.Disable();
System\ServiceModel\NetMsmqSecurity.cs (2)
79msmq.MsmqTransportSecurity.Disable(); 89if (msmq.MsmqTransportSecurity.Enabled)