MessageSecurityOverHttp 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可在 wsDualHttpBinding 繫結上設定訊息層級的安全性屬性。
public ref class MessageSecurityOverHttp
public class MessageSecurityOverHttp
type MessageSecurityOverHttp = class
Public Class MessageSecurityOverHttp
- 繼承
-
MessageSecurityOverHttp
- 衍生
備註
您可以透過 Security 屬性 (此屬性傳回 WSDualHttpSecurity 物件),從繫結中存取這個物件。 Message 屬性會提供 MessageSecurityOverHttp 物件的參考。
建構函式
MessageSecurityOverHttp() |
初始化 MessageSecurityOverHttp 類別的新執行個體。 |
屬性
AlgorithmSuite |
指定用於 SOAP 層級之安全性訊息的演算法套件。 |
ClientCredentialType |
指定 wsHttpBinding 或 wsDualHttpBinding 繫結中用戶端驗證所使用的用戶端認證類型。 |
NegotiateServiceCredential |
取得或設定值,這個值會指定是否在超出範圍的用戶端提供服務認證,或透過交涉處理從服務取得服務認證。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
IsSecureConversationEnabled() |
只用於擴充性案例,以指出從 MessageSecurityOverHttp 衍生之類別的執行個體是否設定為執行如 WS-SecurityConversation 中所述的安全對話。 |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ShouldSerializeAlgorithmSuite() |
傳回值,這個值表示 AlgorithmSuite 屬性是否已變更為非預設值且應該序列化。 |
ShouldSerializeClientCredentialType() |
傳回值,這個值表示 ClientCredentialType 屬性是否已變更為非預設值且應該序列化。 |
ShouldSerializeNegotiateServiceCredential() |
傳回值,這個值表示 NegotiateServiceCredential 屬性是否已變更為非預設值且應該序列化。 |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |