WSHttpContextBindingElement::ContextProtectionLevel Property
.NET Framework (current version)
Gets or sets the context protection level of the SOAP header used to propagate the context information.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("contextProtectionLevel", DefaultValue = ProtectionLevel::Sign)] property ProtectionLevel ContextProtectionLevel { ProtectionLevel get(); void set(ProtectionLevel value); }
Property Value
Type: System.Net.Security::ProtectionLevelThe context protection level of the SOAP header used to propagate the context information. The default is Sign.
.NET Framework
Available since 3.5
Available since 3.5
Show: