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