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