BasicHttpsSecurity Class

Definition

Specifies basic https security settings.

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

Constructors

BasicHttpsSecurity()

Initializes a new instance of the BasicHttpsSecurity class.

Properties

Message

Gets the message-level security settings for a basicHttpsBinding binding.

Mode

Gets or sets the security mode for a basicHttpsBinding binding.

Transport

Gets the transport-level security settings for a basicHttpsBinding 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)
ShouldSerializeMessage()

Indicates whether the message element should be serialized.

ShouldSerializeTransport()

Indicates whether the transport element should be serialized.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to