WebHttpSecurity Class
Specifies the types of security available to a service endpoint configured to receive HTTP requests.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
| Name | Description | |
|---|---|---|
![]() | WebHttpSecurity() | Creates a new instance of the WebHttpSecurity class. |
| Name | Description | |
|---|---|---|
![]() | Mode | Gets or sets the mode of security that is used by an endpoint configured to receive HTTP requests with a WebHttpBinding. |
![]() | Transport | Gets an object that contains the transport-level security settings for this binding. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ShouldSerializeMode() | Specifies whether the Mode property has changed from its default and should be serialized. This is used for XAML integration. |
![]() | ShouldSerializeTransport() | Returns a value that indicates whether the Transport property has changed from its default value and should be serialized. This is used by WCF for XAML integration. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
WebHttpSecurity provides the security requirements for an endpoint configured with a WebHttpBinding.
If the Transport value is specified by the WebHttpBinding(WebHttpSecurityMode) method, then the settings provided by the Transport property become effective for the service endpoint. The value of WebHttpSecurityMode can only be set in the WebHttpBinding constructor that takes it as an explicit parameter and its value cannot be set again after the binding instance is created.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

