다음을 통해 공유


WSFederationAuthenticationModule.PersistentCookiesOnPassiveRedirects 속성

정의

인증 성공 시 영구 세션 쿠키를 발급할지 여부를 지정하는 값을 가져오거나 설정합니다.

public:
 property bool PersistentCookiesOnPassiveRedirects { bool get(); void set(bool value); };
public bool PersistentCookiesOnPassiveRedirects { get; set; }
member this.PersistentCookiesOnPassiveRedirects : bool with get, set
Public Property PersistentCookiesOnPassiveRedirects As Boolean

속성 값

영구 세션 쿠키를 발급하려면 true이고, 그렇지 않으면 false입니다.

설명

이벤트에 대한 처리기를 추가하여 각 HTTP 요청에서 이 설정을 재정의할 SessionSecurityTokenCreated 수 있습니다. 이 이벤트는 STS(보안 토큰 서비스)에서 WS-Federation 로그인 응답 메시지를 처리할 때 요청 처리 파이프라인에서 발생합니다.

적용 대상

추가 정보