共用方式為


MsmqIntegrationSecurity.Transport 屬性

定義

取得與訊息佇列 (MSMQ) 整合通道相關聯的 MsmqTransportSecurity

public:
 property System::ServiceModel::MsmqTransportSecurity ^ Transport { System::ServiceModel::MsmqTransportSecurity ^ get(); };
public:
 property System::ServiceModel::MsmqTransportSecurity ^ Transport { System::ServiceModel::MsmqTransportSecurity ^ get(); void set(System::ServiceModel::MsmqTransportSecurity ^ value); };
public System.ServiceModel.MsmqTransportSecurity Transport { get; }
public System.ServiceModel.MsmqTransportSecurity Transport { get; set; }
member this.Transport : System.ServiceModel.MsmqTransportSecurity
member this.Transport : System.ServiceModel.MsmqTransportSecurity with get, set
Public ReadOnly Property Transport As MsmqTransportSecurity
Public Property Transport As MsmqTransportSecurity

屬性值

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

備註

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

適用於