Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Enumeration HttpBindingSecurityMode
'Usage
Dim instance As HttpBindingSecurityMode
public enum HttpBindingSecurityMode
public enum class HttpBindingSecurityMode
type HttpBindingSecurityMode
public enum HttpBindingSecurityMode
Members
Member name | Description | |
---|---|---|
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. |