SessionAuthenticationModule.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 the cookie handler that is used to read, write, and delete session cookies.
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.
Remarks
The CookieHandler property is initialized by the InitializePropertiesFromConfiguration method. This method initializes the property based on the cookie handler specified on the FederationConfiguration object that is set on the FederatedAuthentication.FederationConfiguration property. You can set the cookie handler in a configuration file through the <cookieHandler> element.