MsmqIntegrationSecurity 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
MsmqIntegrationSecurity 類別會封裝訊息佇列 (MSMQ) 整合通道的傳輸安全性設定。
public ref class MsmqIntegrationSecurity sealed
public sealed class MsmqIntegrationSecurity
type MsmqIntegrationSecurity = class
Public NotInheritable Class MsmqIntegrationSecurity
- 繼承
-
MsmqIntegrationSecurity
備註
訊息佇列整合通道可讓 Windows Communication Foundation (WCF) 應用程式與現有的訊息佇列應用程式通訊。
建構函式
MsmqIntegrationSecurity() |
初始化 MsmqIntegrationSecurity 的新執行個體。 |
屬性
Mode |
取得或設定與訊息佇列 (MSMQ) 整合通道相關聯的 MsmqIntegrationSecurityMode。 |
Transport |
取得與訊息佇列 (MSMQ) 整合通道相關聯的 MsmqTransportSecurity。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |