NetTcpBindingElement::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 NetTcpSecurityElement^ Security {
	NetTcpSecurityElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::NetTcpSecurityElement^

The NetTcpSecurityElement that is used with this binding.

.NET Framework
Available since 3.0
Return to top
Show: