NonDualMessageSecurityOverHttp 類別

定義

代表 wsHttpBinding 繫結的安全性設定。

public ref class NonDualMessageSecurityOverHttp sealed : System::ServiceModel::MessageSecurityOverHttp
public sealed class NonDualMessageSecurityOverHttp : System.ServiceModel.MessageSecurityOverHttp
type NonDualMessageSecurityOverHttp = class
    inherit MessageSecurityOverHttp
Public NotInheritable Class NonDualMessageSecurityOverHttp
Inherits MessageSecurityOverHttp
繼承
NonDualMessageSecurityOverHttp

建構函式

NonDualMessageSecurityOverHttp()

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

屬性

AlgorithmSuite

指定用於 SOAP 層級之安全性訊息的演算法套件。

(繼承來源 MessageSecurityOverHttp)
ClientCredentialType

指定 wsHttpBinding 或 wsDualHttpBinding 繫結中用戶端驗證所使用的用戶端認證類型。

(繼承來源 MessageSecurityOverHttp)
EstablishSecurityContext

取得或設定值,這個值表示是否已建立安全性內容權杖。

NegotiateServiceCredential

取得或設定值,這個值會指定是否在超出範圍的用戶端提供服務認證,或透過交涉處理從服務取得服務認證。

(繼承來源 MessageSecurityOverHttp)

方法

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
IsSecureConversationEnabled()

只用於擴充性案例,以指出從 MessageSecurityOverHttp 衍生之類別的執行個體是否設定為執行如 WS-SecurityConversation 中所述的安全對話。

(繼承來源 MessageSecurityOverHttp)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ShouldSerializeAlgorithmSuite()

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

(繼承來源 MessageSecurityOverHttp)
ShouldSerializeClientCredentialType()

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

(繼承來源 MessageSecurityOverHttp)
ShouldSerializeNegotiateServiceCredential()

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

(繼承來源 MessageSecurityOverHttp)
ToString()

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

(繼承來源 Object)

適用於