Freigeben über


WSFederationElement.PersistentCookiesOnPassiveRedirects Eigenschaft

Definition

Ruft das persistentCookiesOnPassiveRedirects-Attribut ab oder legt dieses fest.

public:
 property bool PersistentCookiesOnPassiveRedirects { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("persistentCookiesOnPassiveRedirects", DefaultValue=false, IsRequired=false)]
public bool PersistentCookiesOnPassiveRedirects { get; set; }
[<System.Configuration.ConfigurationProperty("persistentCookiesOnPassiveRedirects", DefaultValue=false, IsRequired=false)>]
member this.PersistentCookiesOnPassiveRedirects : bool with get, set
Public Property PersistentCookiesOnPassiveRedirects As Boolean

Eigenschaftswert

true, um von beständigen Cookies auszugeben, wenn das WS-Verbund-Authentifizierungs-Modul (WSFAM) aktiviert ist, um passive Protokollumleitungen des WS-Verbundes zu initiieren; andernfalls false. Der Standardwert ist false; Cookies werden nicht ausgegeben. Dies ist optional.

Attribute

Gilt für:

Weitere Informationen