Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
.gif)
Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.