HttpBindingSecurityMode Enumeration
Defines the modes of security that can be used to configure a service endpoint that uses the HttpBinding.
Assembly: System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)
| 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. |
Show: