3 references to ProtectionLevelName
System.ServiceModel (3)
System\ServiceModel\Configuration\ContextBindingElementExtensionElement.cs (3)
53[ConfigurationProperty(ProtectionLevelName, DefaultValue = ContextBindingElement.DefaultProtectionLevel)] 57get { return (ProtectionLevel) base[ProtectionLevelName]; } 58set { base[ProtectionLevelName] = value; }