4 references to ContextProtectionLevelName
System.ServiceModel (4)
System\ServiceModel\Configuration\WSHttpContextBindingElement.cs (4)
48[ConfigurationProperty(ContextProtectionLevelName, DefaultValue = ContextBindingElement.DefaultProtectionLevel)] 52get { return (ProtectionLevel) base[ContextProtectionLevelName]; } 53set { base[ContextProtectionLevelName] = value; } 67SetPropertyValueIfNotDefaultValue(WSHttpContextBindingElement.ContextProtectionLevelName, contextBinding.ContextProtectionLevel);