Share via


FederationConfigurationElement.CookieHandler Vlastnost

Definice

Získá nebo nastaví podřízený <cookieHandler> prvek.

public:
 property System::IdentityModel::Services::CookieHandlerElement ^ CookieHandler { System::IdentityModel::Services::CookieHandlerElement ^ get(); void set(System::IdentityModel::Services::CookieHandlerElement ^ value); };
[System.Configuration.ConfigurationProperty("cookieHandler", IsRequired=false)]
public System.IdentityModel.Services.CookieHandlerElement CookieHandler { get; set; }
[<System.Configuration.ConfigurationProperty("cookieHandler", IsRequired=false)>]
member this.CookieHandler : System.IdentityModel.Services.CookieHandlerElement with get, set
Public Property CookieHandler As CookieHandlerElement

Hodnota vlastnosti

Podřízený <cookieHandler> prvek.

Atributy

Poznámky

Element <cookieHandler> konfiguruje CookieHandler objekt, který modul ověřování relace (SessionAuthenticationModule) používá ke čtení a zápisu souborů cookie.

Platí pro

Viz také