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