3 writes to MsmqProtectionLevel
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqBindingElementBase.cs (2)
388this.MsmqTransportSecurity.MsmqProtectionLevel = ProtectionLevel.Sign; 396this.MsmqTransportSecurity.MsmqProtectionLevel = ProtectionLevel.None;
System\ServiceModel\Configuration\MsmqTransportSecurityElement.cs (1)
58security.MsmqProtectionLevel = this.MsmqProtectionLevel;
14 references to MsmqProtectionLevel
System.ServiceModel (14)
System\ServiceModel\Channels\MsmqBindingElementBase.cs (1)
343if (this.MsmqTransportSecurity.MsmqProtectionLevel != ProtectionLevel.None)
System\ServiceModel\Channels\MsmqOutputChannel.cs (1)
168Msmq.EnterXPSendLock(out lockHeld, this.factory.MsmqTransportSecurity.MsmqProtectionLevel);
System\ServiceModel\Channels\MsmqOutputMessage.cs (2)
96if (ProtectionLevel.EncryptAndSign == factory.MsmqTransportSecurity.MsmqProtectionLevel) 117if (ProtectionLevel.EncryptAndSign == factory.MsmqTransportSecurity.MsmqProtectionLevel)
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (1)
105Msmq.EnterXPSendLock(out lockHeld, this.factory.MsmqTransportSecurity.MsmqProtectionLevel);
System\ServiceModel\Channels\MsmqVerifier.cs (4)
147if (security.MsmqAuthenticationMode == MsmqAuthenticationMode.None && security.MsmqProtectionLevel != ProtectionLevel.None) 151if (security.MsmqAuthenticationMode == MsmqAuthenticationMode.Certificate && security.MsmqProtectionLevel == ProtectionLevel.None) 157if (security.MsmqProtectionLevel == ProtectionLevel.None) 162if (security.MsmqProtectionLevel == ProtectionLevel.EncryptAndSign && useActiveDirectory.HasValue && !useActiveDirectory.Value)
System\ServiceModel\Configuration\MsmqTransportSecurityElement.cs (1)
69SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MsmqProtectionLevel, security.MsmqProtectionLevel);
System\ServiceModel\MsmqIntegration\MsmqIntegrationBinding.cs (1)
84this.security.Transport.MsmqProtectionLevel != MsmqDefaults.MsmqProtectionLevel)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
170Msmq.EnterXPSendLock(out lockHeld, this.factory.MsmqTransportSecurity.MsmqProtectionLevel);
System\ServiceModel\MsmqTransportSecurity.cs (1)
35this.msmqProtectionLevel = other.MsmqProtectionLevel;
System\ServiceModel\NetMsmqBinding.cs (1)
154this.security.Transport.MsmqProtectionLevel != MsmqDefaults.MsmqProtectionLevel)