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

プロパティ値

メッセージ キュー統合チャネルに関連付けられている MsmqTransportSecurity

属性

注釈

MsmqTransportSecurity は、メッセージ キュー統合トランスポートのセキュリティ設定をカプセル化します。 設定は、メッセージ キュー統合とキューに登録されたトランスポートの両方で同じです。 MsmqTransportSecurity では、認証モード、暗号化アルゴリズム、セキュア ハッシュ アルゴリズム、保護レベルを設定できます。

適用対象