ServiceModelSecurityTokenRequirement.EndpointFilterTableProperty プロパティ

定義

サービス エンドポイントが受け入れるメッセージのフィルターを含むエンドポイント フィルター テーブルを値とするトークン要件プロパティのキーを取得します。 これはサービス プロパティです。

public:
 static property System::String ^ EndpointFilterTableProperty { System::String ^ get(); };
public static string EndpointFilterTableProperty { get; }
static member EndpointFilterTableProperty : string
Public Shared ReadOnly Property EndpointFilterTableProperty As String

プロパティ値

トークン要件のエンドポイント フィルター テーブル プロパティのキー。

注釈

このキーに対応する値は、ジェネリック型がIMessageFilterTable<TFilterData>EndpointAddress型です。

適用対象