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.
WSDualHttpSecurityMode Enumeration
.NET Framework (current version)
Specifies the different security modes for System.ServiceModel.WSDualHttpBinding.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Member name | Description | |
|---|---|---|
| Message | SOAP message-level security is used and the settings in the WSDualHttpSecurity.Message property become effective. | |
| None | No security is used. |
This enumeration defines the security modes that the System.ServiceModel.WSDualHttpBinding supports.
The following code shows how to set WSDualHttpSecurity.Mode to a member of this enumeration.
.NET Framework
Available since 3.0
Available since 3.0
Show: