Share via


MsmqIntegrationSecurityElement.Transport 屬性

定義

取得與訊息佇列 (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

屬性值

MsmqTransportSecurityElement

與訊息佇列整合通道關聯的 MsmqTransportSecurity

屬性

備註

MsmqTransportSecurity 會封裝訊息佇列整合傳輸的安全性設定。 這些設定同時適用於訊息佇列整合和已佇列之傳輸。 MsmqTransportSecurity 可讓您設定驗證模式、加密演算法、安全的雜湊演算法和保護層級。

適用於