FederationConfiguration.CookieHandler Property

Definition

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.

Applies to