WSDualHttpBindingElement.Security Property

Definition

Gets the type of security to be used with this binding.

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

Property Value

The WSDualHttpSecurityElement that specifies the security settings used with this binding.

Attributes

Applies to