다음을 통해 공유


WsFederationConfiguration.SignOutReply 속성

정의

WS-Federation 로그아웃 요청("wsignout1.0") 중 사용할 wreply 매개 변수의 값을 가져오거나 설정합니다.

public:
 property System::String ^ SignOutReply { System::String ^ get(); void set(System::String ^ value); };
public string SignOutReply { get; set; }
member this.SignOutReply : string with get, set
Public Property SignOutReply As String

속성 값

WS-Federation 프로토콜을 통한 수동 로그아웃 중에 STS(보안 토큰 서비스)에서 클라이언트를 리디렉션해야 할 URL입니다. 기본값은 빈 문자열입니다.

적용 대상

추가 정보