AsymmetricSecurityBindingElement.MessageProtectionOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the order of message encryption and signing for this binding.
public:
property System::ServiceModel::Security::MessageProtectionOrder MessageProtectionOrder { System::ServiceModel::Security::MessageProtectionOrder get(); void set(System::ServiceModel::Security::MessageProtectionOrder value); };
public System.ServiceModel.Security.MessageProtectionOrder MessageProtectionOrder { get; set; }
member this.MessageProtectionOrder : System.ServiceModel.Security.MessageProtectionOrder with get, set
Public Property MessageProtectionOrder As MessageProtectionOrder
Property Value
One of the MessageProtectionOrder values that specify how the message is protected. The default is SignBeforeEncrypt.
Exceptions
The value is not a valid member of the enumeration.
Remarks
Note
If there is nothing in the message that is encrypted, the signature element is not encrypted even when the MessageProtectionOrder property is set to SignBeforeEncryptAndEncryptSignature. This behavior occurs even with system-provided bindings. However the WSDL generated by WCF still contains the <sp:EncryptSignature>
assertion.
For a listing of the members and their descriptions, see MessageProtectionOrder.