次の方法で共有


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

適用対象