Click or drag to resize
BasicHttpSecurityMode Enumeration
Specifies the types of security that can be used with the system-provided System.ServiceModel.BasicHttpBinding.

Namespace: System.ServiceModel
Assembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax
C#
public enum BasicHttpSecurityMode
Members
  Member nameValueDescription
None0 The SOAP message is not secured during transfer. This is the default behavior.
Transport1 Security is provided using HTTPS. The service must be configured with SSL certificates. The SOAP message is protected as a whole using HTTPS. The service is authenticated by the client using the service’s SSL certificate. The client authentication is controlled through the System.ServiceModel.HttpTransportSecurity.ClientCredentialType.
See Also