WSDualHttpSecurityMode Enumeration

 

Specifies the different security modes for System.ServiceModel::WSDualHttpBinding.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public enum class WSDualHttpSecurityMode

Member nameDescription
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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: