FederationConfiguration.CookieHandler Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the cookie handler to be used by the Session Authentication Module (SessionAuthenticationModule).
public:
property System::IdentityModel::Services::CookieHandler ^ CookieHandler { System::IdentityModel::Services::CookieHandler ^ get(); void set(System::IdentityModel::Services::CookieHandler ^ value); };
public System.IdentityModel.Services.CookieHandler CookieHandler { get; set; }
member this.CookieHandler : System.IdentityModel.Services.CookieHandler with get, set
Public Property CookieHandler As CookieHandler
Property Value
The cookie handler to be used by the Session Authentication Module (SAM).
Exceptions
An attempt to set the property to null
occurs.
Remarks
Specifies the cookie handler that is used to read and write session cookies by the SAM.
When initialized from a configuration file, this property is set by the <cookieHandler> element.