WSHttpSecurityElement.Message Property

Definition

Gets the security settings for the message.

public:
 property System::ServiceModel::Configuration::NonDualMessageSecurityOverHttpElement ^ Message { System::ServiceModel::Configuration::NonDualMessageSecurityOverHttpElement ^ get(); };
[System.Configuration.ConfigurationProperty("message")]
public System.ServiceModel.Configuration.NonDualMessageSecurityOverHttpElement Message { get; }
[<System.Configuration.ConfigurationProperty("message")>]
member this.Message : System.ServiceModel.Configuration.NonDualMessageSecurityOverHttpElement
Public ReadOnly Property Message As NonDualMessageSecurityOverHttpElement

Property Value

A MessageSecurityOverHttpElement that specifies the security settings for the message.

Attributes

Applies to