7 instantiations of MsmqTransportSecurity
System.ServiceModel (7)
System\ServiceModel\Channels\MsmqBindingElementBase.cs (2)
44this.msmqTransportSecurity = new MsmqTransportSecurity(); 57this.msmqTransportSecurity = new MsmqTransportSecurity(elementToBeCloned.MsmqTransportSecurity);
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\MsmqIntegration\MsmqIntegrationSecurity.cs (1)
20this.transportSecurity = new MsmqTransportSecurity();
System\ServiceModel\NetMsmqSecurity.cs (2)
34this.transportSecurity = transportSecurity == null ? new MsmqTransportSecurity() : transportSecurity; 57this.transportSecurity = new MsmqTransportSecurity();
15 references to MsmqTransportSecurity
System.ServiceModel (15)
System\ServiceModel\Channels\MsmqBindingElementBase.cs (2)
27MsmqTransportSecurity msmqTransportSecurity; 158public MsmqTransportSecurity MsmqTransportSecurity
System\ServiceModel\Channels\MsmqChannelFactoryBase.cs (2)
23MsmqTransportSecurity msmqTransportSecurity; 104public MsmqTransportSecurity MsmqTransportSecurity
System\ServiceModel\Channels\MsmqReceiveParameters.cs (2)
15MsmqTransportSecurity transportSecurity; 80internal MsmqTransportSecurity TransportSecurity
System\ServiceModel\Channels\MsmqVerifier.cs (1)
141static void VerifySecurity(MsmqTransportSecurity security, bool? useActiveDirectory)
System\ServiceModel\Configuration\MsmqTransportSecurityElement.cs (2)
51internal void ApplyConfiguration(MsmqTransportSecurity security) 62internal void InitializeFrom(MsmqTransportSecurity security)
System\ServiceModel\MsmqIntegration\MsmqIntegrationSecurity.cs (2)
15MsmqTransportSecurity transportSecurity; 37public MsmqTransportSecurity Transport
System\ServiceModel\MsmqTransportSecurity.cs (1)
28public MsmqTransportSecurity(MsmqTransportSecurity other)
System\ServiceModel\NetMsmqSecurity.cs (3)
16MsmqTransportSecurity transportSecurity; 29NetMsmqSecurity(NetMsmqSecurityMode mode, MsmqTransportSecurity transportSecurity, MessageSecurityOverMsmq messageSecurity) 52public MsmqTransportSecurity Transport