WSFederationElement::PersistentCookiesOnPassiveRedirects Property

.NET Framework (current version)
 

Gets or sets the persistentCookiesOnPassiveRedirects attribute.

Namespace:   System.IdentityModel.Services.Configuration
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::Boolean

true 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
Return to top
Show: