Share via


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 を使用すると、認証モード、暗号化アルゴリズム、セキュア ハッシュ アルゴリズム、および保護レベルを設定できます。

適用対象