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.
WebServiceEndpoint::Security Property
.NET Framework (current version)
Gets the security settings used with this binding.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
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 4.0
Available since 4.0
Show:
