WSHttpBinding::Security Property
.NET Framework (current version)
Gets the security settings used with this binding.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property WSHttpSecurity^ Security { WSHttpSecurity^ get(); void set(WSHttpSecurity^ value); }
Property Value
Type: System.ServiceModel::WSHttpSecurity^The WSHttpSecurity that is used with this binding. The default value Mode property is Message.
To use something other than the default security type, use the WSHttpBinding(SecurityMode) constructor.
.NET Framework
Available since 3.0
Available since 3.0
Show: