HttpTransportSecurity 類別

定義

表示 WSHttpBinding 的傳輸層級安全性設定。

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

備註

Transport 會使用這個類別來為繫結設定傳輸層級的安全性設定。

建構函式

HttpTransportSecurity()

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

屬性

ClientCredentialType

取得或設定要用於驗證之用戶端認證的類型。

ExtendedProtectionPolicy

取得或設定延伸保護原則。

ProxyCredentialType

取得或設定要用於驗證 Proxy 的用戶端認證類型。

Realm

取得或設定摘要式或基本驗證的驗證領域。

方法

ConfigureTransportProtectionAndAuthentication(HttpsTransportBindingElement, HttpTransportSecurity)

表示 WSHttpBinding 的傳輸層級安全性設定。

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ShouldSerializeClientCredentialType()

傳回值,這個值表示 ClientCredentialType 屬性是否已變更為非預設值且應該序列化。 . 由 WCF 用來進行 XAML 整合。

ShouldSerializeExtendedProtectionPolicy()

傳回值,這個值表示 ExtendedProtectionPolicy 屬性是否已變更為非預設值且應該序列化。 由 WCF 用來進行 XAML 整合。

ShouldSerializeProxyCredentialType()

傳回值,這個值表示 ProxyCredentialType 屬性是否已變更為非預設值且應該序列化。 由 WCF 用來進行 XAML 整合。

ShouldSerializeRealm()

傳回值,這個值表示 Realm 屬性是否已變更為非預設值且應該序列化。 . 由 WCF 用來進行 XAML 整合。

ToString()

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

(繼承來源 Object)

適用於