FederationConfigurationElement.CookieHandler Propriété

Définition

Obtient ou définit l'élément <cookieHandler> enfant.

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

Valeur de propriété

L'élément <cookieHandler> enfant.

Attributs

Remarques

L’élément <cookieHandler> configure l’objet CookieHandler que le module d’authentification de session (SessionAuthenticationModule) utilise pour lire et écrire des cookies.

S’applique à

Voir aussi