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)
The WebHttpSecurity type exposes the following members.
| 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | 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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
