The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WebHttpBinding::Security Property
.NET Framework (current version)
Gets the security settings used with this binding.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
public: property WebHttpSecurity^ Security { WebHttpSecurity^ get(); void set(WebHttpSecurity^ value); }
Property Value
Type: System.ServiceModel::WebHttpSecurity^The WebHttpSecurity that is used with this binding. The default value is None.
To use a non-default type of security, use the WebHttpBinding(WebHttpSecurityMode) constructor.
Note |
|---|
If you set this property to TransportCredentialOnly and you are using HTTP, be aware that credentials are sent over the wire in plain text. |
.NET Framework
Available since 3.5
Available since 3.5
Show:
