MsmqIntegrationSecurityElement.Transport 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與訊息佇列 (MSMQ) 整合通道相關聯的 MsmqTransportSecurity。
public:
property System::ServiceModel::Configuration::MsmqTransportSecurityElement ^ Transport { System::ServiceModel::Configuration::MsmqTransportSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("transport")]
public System.ServiceModel.Configuration.MsmqTransportSecurityElement Transport { get; }
[<System.Configuration.ConfigurationProperty("transport")>]
member this.Transport : System.ServiceModel.Configuration.MsmqTransportSecurityElement
Public ReadOnly Property Transport As MsmqTransportSecurityElement
屬性值
與訊息佇列整合通道關聯的 MsmqTransportSecurity。
- 屬性
備註
MsmqTransportSecurity 會封裝訊息佇列整合傳輸的安全性設定。 這些設定同時適用於訊息佇列整合和已佇列之傳輸。 MsmqTransportSecurity 可讓您設定驗證模式、加密演算法、安全的雜湊演算法和保護層級。