Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the security capabilities of the <wsDualHttpBinding>.
<system.serviceModel>
<bindings>
<wsDualHttpBinding>
<binding>
<security> of <wsDualHttpBinding>
<wsDualHttpBinding>
<binding >
<security mode="None/Message">
<message/>
</security>
</binding>
</wsDualHttpBinding>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
---|---|
mode |
|
Mode Attribute
Value | Description |
---|---|
None |
Security is disabled. |
Message |
Security is provided using SOAP message security. |
Child Elements
Element | Description |
---|---|
Defines the settings for the message-level security. This element is of type MessageSecurityOverHttp. |
Parent Elements
Element | Description |
---|---|
Defines all binding capabilities of the <wsDualHttpBinding>. |
See Also
Reference
Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.