4 references to MsmqProtectionLevel
System.ServiceModel (4)
System\ServiceModel\Configuration\MsmqTransportSecurityElement.cs (4)
35
[ConfigurationProperty(ConfigurationStrings.
MsmqProtectionLevel
, DefaultValue = MsmqDefaults.MsmqProtectionLevel)]
39
get { return (ProtectionLevel)base[ConfigurationStrings.
MsmqProtectionLevel
]; }
40
set { base[ConfigurationStrings.
MsmqProtectionLevel
] = value; }
69
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
MsmqProtectionLevel
, security.MsmqProtectionLevel);