4 references to MsmqTransportSecurity
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqBindingElementBase.cs (1)
44this.msmqTransportSecurity = new MsmqTransportSecurity();
System\ServiceModel\MsmqIntegration\MsmqIntegrationSecurity.cs (1)
20this.transportSecurity = new MsmqTransportSecurity();
System\ServiceModel\NetMsmqSecurity.cs (2)
34this.transportSecurity = transportSecurity == null ? new MsmqTransportSecurity() : transportSecurity; 57this.transportSecurity = new MsmqTransportSecurity();