MsmqBindingElementBase.MsmqTransportSecurity プロパティ

定義

このバインド要素に関連付けられている MsmqTransportSecurity を取得します。

public:
 property System::ServiceModel::MsmqTransportSecurity ^ MsmqTransportSecurity { System::ServiceModel::MsmqTransportSecurity ^ get(); };
public System.ServiceModel.MsmqTransportSecurity MsmqTransportSecurity { get; }
member this.MsmqTransportSecurity : System.ServiceModel.MsmqTransportSecurity
Public ReadOnly Property MsmqTransportSecurity As MsmqTransportSecurity

プロパティ値

このバインディング要素に関連付けられる MsmqTransportSecurity

注釈

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

適用対象