WSHttpContextBindingElement::ContextProtectionLevel Property

 

Gets or sets the context protection level of the SOAP header used to propagate the context information.

Namespace:   System.ServiceModel.Configuration
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::ProtectionLevel

The context protection level of the SOAP header used to propagate the context information. The default is Sign.

.NET Framework
Available since 3.5
Return to top
Show: