SecurityElementBase.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); };
[System.Configuration.ConfigurationProperty("messageProtectionOrder", DefaultValue=System.ServiceModel.Security.MessageProtectionOrder.SignBeforeEncryptAndEncryptSignature)]
public System.ServiceModel.Security.MessageProtectionOrder MessageProtectionOrder { get; set; }
[<System.Configuration.ConfigurationProperty("messageProtectionOrder", DefaultValue=System.ServiceModel.Security.MessageProtectionOrder.SignBeforeEncryptAndEncryptSignature)>]
member this.MessageProtectionOrder : System.ServiceModel.Security.MessageProtectionOrder with get, set
Public Property MessageProtectionOrder As MessageProtectionOrder
Property Value
A MessageProtectionOrder that specifies how message is protected. The default is SignBeforeEncrypt.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.