MsmqIntegrationSecurityElement.Transport プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
メッセージ キュー (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 を使用すると、認証モード、暗号化アルゴリズム、セキュア ハッシュ アルゴリズム、および保護レベルを設定できます。