WSHttpSecurity 類別

定義

代表 WSHttpBinding 的安全性設定。

public ref class WSHttpSecurity sealed
public sealed class WSHttpSecurity
type WSHttpSecurity = class
Public NotInheritable Class WSHttpSecurity
繼承
WSHttpSecurity

備註

WSHttpBinding 類別主要是用來與實作 WS-* 規格的服務進行交互操作。 此繫結的傳輸安全性為使用 HTTP 或 HTTPS 的安全通訊端層 (SSL)。

建構函式

WSHttpSecurity()

初始化 WSHttpSecurity 類別的新執行個體。

屬性

Message

取得此繫結的訊息層級安全性設定。

Mode

指定此繫結的訊息 SecurityMode

Transport

取得包含此繫結之傳輸層級安全性設定的物件。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ShouldSerializeMessage()

傳回值,這個值表示 Message 屬性是否已變更為非預設值且應該序列化。 這項資訊會由 WCF 用於 XAML 整合。

ShouldSerializeMode()

傳回值,這個值表示 Mode 屬性是否已變更為非預設值且應該序列化。 這項資訊會由 WCF 用於 XAML 整合。

ShouldSerializeTransport()

傳回值,這個值表示 Transport 屬性是否已變更為非預設值且應該序列化。

ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於