WsFederationOptions.SkipUnrecognizedRequests 属性

定义

指示对 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

属性值

适用于