HttpBindingSecurity Class
Specifies the types of security available to a service endpoint configured to use an HttpBinding binding.
Assembly: System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)
| Name | Description | |
|---|---|---|
![]() | HttpBindingSecurity() | Creates a new instance of the HttpBindingSecurity class. |
| Name | Description | |
|---|---|---|
![]() | Mode | Gets or sets the mode of security that is used by an endpoint configured to use an HttpBinding binding. |
![]() | Transport | Gets or sets an object that contains the transport-level security settings for the HttpBinding binding. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

