OperationDescription::ProtectionLevel Property
.NET Framework (current version)
Gets or sets the protection level for the operation.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property ProtectionLevel ProtectionLevel { ProtectionLevel get(); void set(ProtectionLevel value); }
The ProtectionLevel property controls whether the messages of an operation must be encrypted, signed, or both. The value set here is the default value for all messages specified for this operation unless a narrower scope overrides this value.
ProtectionLevel corresponds to the ProtectionLevel property in the Windows Communication Foundation (WCF) programming model.
When the ProtectionLevel is set, the HasProtectionLevel property is set to true.
.NET Framework
Available since 3.0
Available since 3.0
Show: