HttpBindingSecurityMode Enumeration

 

Defines the modes of security that can be used to configure a service endpoint that uses the HttpBinding.

Namespace:   System.Web.Http.SelfHost.Channels
Assembly:  System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)

public enum class HttpBindingSecurityMode

Member nameDescription
None

Indicates no security is used with HTTP requests.

Transport

Indicates that transport-level security is used with HTTP requests.

TransportCredentialOnly

Indicates that only HTTP-based client authentication is provided.

Return to top
Show: