<security> of <ws2007HttpBinding>
Represents the security settings used with the <ws2007HttpBinding> element.
<system.serviceModel>
<bindings>
<ws2007HttpBinding>
<binding>
<security> of <ws2007HttpBinding>
<system.serviceModel>
<bindings>
<ws2007HttpBinding>
<binding name = "string">
<security mode="None/Message/Transport/TransportWithMessageCredential">
<transport>
</transport>
<message>
</message>
</security
</ws2007HttpBinding>
</bindings>
</system.ServiceModel>
The following sections describe attributes, child elements, and parent elements.
Attribute | Description |
---|---|
mode |
This attribute is of type SecurityMode. |
Element | Description |
---|---|
Defines the transport security settings. This element corresponds to the HttpTransportSecurityElement type. These settings are applied only when the mode is set to Transport. |
|
Defines the security settings for the message. This element corresponds to the MessageSecurityOverHttpElement type. These settings are not applied when the mode is set to Transport. |
Element | Description |
---|---|
A secure binding for HTTP transport applications. |
This element is designed for interoperation with services that implement WS-* specifications. The transport security for this binding is Secure Sockets Layer (SSL) over HTTP, or HTTPS.
WSHttpSecurity
Security
Security
WSHttpSecurityElement
BasicHttpSecurity
Securing Services and Clients
Windows Communication Foundation Bindings
Configuring System-Provided Bindings
Using Bindings to Configure Services and Clients