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