5 references to MsmqProtectionLevel
System.ServiceModel (5)
System\ServiceModel\Configuration\MsmqTransportSecurityElement.cs (1)
35
[ConfigurationProperty(ConfigurationStrings.MsmqProtectionLevel, DefaultValue = MsmqDefaults.
MsmqProtectionLevel
)]
System\ServiceModel\MsmqIntegration\MsmqIntegrationBinding.cs (1)
84
this.security.Transport.MsmqProtectionLevel != MsmqDefaults.
MsmqProtectionLevel
)
System\ServiceModel\MsmqTransportSecurity.cs (2)
25
this.msmqProtectionLevel = MsmqDefaults.
MsmqProtectionLevel
;
82
[DefaultValue(MsmqDefaults.
MsmqProtectionLevel
)]
System\ServiceModel\NetMsmqBinding.cs (1)
154
this.security.Transport.MsmqProtectionLevel != MsmqDefaults.
MsmqProtectionLevel
)