WebHttpSecurity Class

Definition

Specifies the types of security available to a service endpoint configured to receive HTTP requests.

public ref class WebHttpSecurity sealed
public sealed class WebHttpSecurity
type WebHttpSecurity = class
Public NotInheritable Class WebHttpSecurity
Inheritance
WebHttpSecurity

Remarks

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.

Constructors

WebHttpSecurity()

Creates a new instance of the WebHttpSecurity class.

Properties

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.

Methods

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()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(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)

Applies to