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