WSFederationElement::PersistentCookiesOnPassiveRedirects Property
.NET Framework (current version)
Gets or sets the persistentCookiesOnPassiveRedirects attribute.
Assembly: System.IdentityModel.Services (in System.IdentityModel.Services.dll)
public: [ConfigurationPropertyAttribute("persistentCookiesOnPassiveRedirects", DefaultValue = false, IsRequired = false)] property bool PersistentCookiesOnPassiveRedirects { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue to issue persistent cookies when the WS-Federation Authentication Module (WSFAM) is enabled to initiate WS-Federation passive protocol redirects; otherwise, false. The default is false, cookies are not issued. Optional.
.NET Framework
Available since 4.5
Available since 4.5
Show: