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