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 です。

適用対象