FederationConfigurationElement::CookieHandler Property
.NET Framework (current version)
Gets or sets the child <cookieHandler> element.
Assembly: System.IdentityModel.Services (in System.IdentityModel.Services.dll)
public: [ConfigurationPropertyAttribute("cookieHandler", IsRequired = false)] property CookieHandlerElement^ CookieHandler { CookieHandlerElement^ get(); void set(CookieHandlerElement^ value); }
Property Value
Type: System.IdentityModel.Services::CookieHandlerElement^The child <cookieHandler> element.
The <cookieHandler> element configures the CookieHandler object that the Session Authentication Module (SessionAuthenticationModule) uses to read and write cookies.
.NET Framework
Available since 4.5
Available since 4.5
Show: