WSHttpBindingElement::Security Property

 

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

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("security")]
property WSHttpSecurityElement^ Security {
	WSHttpSecurityElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::WSHttpSecurityElement^

The WSHttpSecurityElement that is used with this binding.

.NET Framework
Available since 3.0
Return to top
Show: