BasicHttpBinding Constructor (BasicHttpSecurityMode)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the BasicHttpBinding class with a specified type of security used by the binding.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- securityMode
- Type: System.ServiceModel.BasicHttpSecurityMode
The value of BasicHttpSecurityMode that specifies the type of security that is used with the SOAP message and for the client.
The default value of BasicHttpSecurityMode is None, which specifies that the SOAP message is not secured and the client is not authenticated.
Show: