Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FaultDescription::ProtectionLevel Property

 

Specifies the level of protection the SOAP fault requires from the binding.

Namespace:   System.ServiceModel.Description
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property ProtectionLevel ProtectionLevel {
	ProtectionLevel get();
	void set(ProtectionLevel value);
}

Use the ProtectionLevel property to specify the degree to which the binding must encrypt, sign, or both when sending the SOAP fault. If a binding supports a higher protection level than required by this property, Windows Communication Foundation (WCF) may disable the unnecessary protection if it is able to do so.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft