SessionAuthenticationModule.CookieHandler Property

Definition

Gets the cookie handler that is used to read, write, and delete session cookies.

C#
public System.IdentityModel.Services.CookieHandler CookieHandler { get; set; }

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.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also