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