다음을 통해 공유


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

속성 값

적용 대상