WSFederationHttpBinding.CreateBindingElements メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
バインド用のバインド要素でコレクションを作成します。
public:
override System::ServiceModel::Channels::BindingElementCollection ^ CreateBindingElements();
public override System.ServiceModel.Channels.BindingElementCollection CreateBindingElements ();
override this.CreateBindingElements : unit -> System.ServiceModel.Channels.BindingElementCollection
Public Overrides Function CreateBindingElements () As BindingElementCollection
戻り値
バインドを構成する ICollection<T> 型の BindingElement。
注釈
バインド要素のスタックは、WSFederationHttpSecurityMode セットの値に依存します。
WSFederationHttpBinding が WSHttpBinding の既定値に設定されている場合、Security 内のバインド要素のスタックは、Message に格納されているバインド要素のスタックと同じです。
ただし、WSFederationHttpSecurityMode を TransportWithMessageCredential に設定すると、結果は WSHttpBinding バインドと BasicHttpBinding バインドを混成したスタックになります。
最後に、MTOM エンコーダーの使用結果は、WSHttpBinding とまったく同じように見えます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET