WsFederationOptions.SkipUnrecognizedRequests 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出 CallbackPath 的要求是否也可能適用于其他元件。 如果啟用,處理常式會透過不包含 WsFederation 驗證回應的要求傳遞。 停用此選項並將 CallbackPath 設定為專用端點,可能會提供更好的錯誤處理。 此選項預設為停用狀態。
public:
property bool SkipUnrecognizedRequests { bool get(); void set(bool value); };
public bool SkipUnrecognizedRequests { get; set; }
member this.SkipUnrecognizedRequests : bool with get, set
Public Property SkipUnrecognizedRequests As Boolean