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: