ServiceModelSecurityTokenRequirement.EndpointFilterTableProperty 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得權杖需求屬性的索引鍵,此屬性的值就是其中包含服務端點所接受訊息之篩選條件的端點篩選資料表。 這是服務屬性。
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。