WsFederationConfiguration.PersistentCookiesOnPassiveRedirects 属性

定义

获取或设置指定是否对成功的身份验证颁发一致的会话 Cookie 的值。

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

属性值

如果发出持久性会话验证 Cookie,则为 true;否则为 false。 默认值为 DefaultPersistentCookiesOnPassiveRedirects,cookies 不启用。

适用于

另请参阅