Share via


WsFederationConfiguration.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입니다. 기본값은 DefaultPersistentCookiesOnPassiveRedirects이고, 쿠키를 사용할 수 없습니다.

적용 대상

추가 정보