BasicHttpBindingElement.Security Property

Definition

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

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

Property Value

The BasicHttpSecurityElement that specifies the type of security to be used with this binding.

Attributes

Applies to